2 writes to AccessToken
Microsoft.AspNetCore.Authentication.BearerToken (2)
BearerTokenHandler.cs (1)
73AccessToken = Options.BearerTokenProtector.Protect(CreateBearerTicket(user, properties)),
BearerTokenJsonSerializerContext.AccessTokenResponse.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Authentication.BearerToken.AccessTokenResponse(){ AccessToken = (string)args[0], ExpiresIn = (long)args[1], RefreshToken = (string)args[2] },
4 references to AccessToken
Microsoft.AspNetCore.Authentication.BearerToken (4)
AccessTokenResponse.cs (2)
15/// in the form of an opaque <see cref="AccessToken"/>. 31/// The number of seconds before the <see cref="AccessToken"/> expires.
BearerTokenJsonSerializerContext.AccessTokenResponse.g.cs (2)
79Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.BearerToken.AccessTokenResponse)obj).AccessToken, 155writer.WriteString(PropName_AccessToken, ((global::Microsoft.AspNetCore.Authentication.BearerToken.AccessTokenResponse)value).AccessToken);