2 references to TokenType
Microsoft.AspNetCore.Authentication.BearerToken (2)
BearerTokenJsonSerializerContext.AccessTokenResponse.g.cs (2)
58
Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.BearerToken.AccessTokenResponse)obj).
TokenType
,
154
writer.WriteString(PropName_TokenType, ((global::Microsoft.AspNetCore.Authentication.BearerToken.AccessTokenResponse)value).
TokenType
);