Seems since migrating to .Net Core, the authentication is now returning bearerToken as opposed to BearerToken.
Is this intended ?
Seems since migrating to .Net Core, the authentication is now returning bearerToken as opposed to BearerToken.
Is this intended ?
I don’t know what this is in the context of, but if this refers to JSON serialization then yes .NET Core uses camelCase by default which is in-line with how most public JSON APIs in different languages are developed.
Thanks Mythz thats great.