1 write to TokenResponse
Microsoft.AspNetCore.Authentication.OAuth (1)
Events\OAuthCreatingTicketContext.cs (1)
42TokenResponse = tokens;
4 references to TokenResponse
Microsoft.AspNetCore.Authentication.OAuth (4)
Events\OAuthCreatingTicketContext.cs (4)
63public string? AccessToken => TokenResponse.AccessToken; 68public string? TokenType => TokenResponse.TokenType; 73public string? RefreshToken => TokenResponse.RefreshToken; 83if (int.TryParse(TokenResponse.ExpiresIn, NumberStyles.Integer, CultureInfo.InvariantCulture, out value))