OAuthCreatingTicketContext.TokenResponse Property

Definition

Gets the token response returned by the authentication service.

public:
 property Microsoft::AspNetCore::Authentication::OAuth::OAuthTokenResponse ^ TokenResponse { Microsoft::AspNetCore::Authentication::OAuth::OAuthTokenResponse ^ get(); };
public Microsoft.AspNetCore.Authentication.OAuth.OAuthTokenResponse TokenResponse { get; }
member this.TokenResponse : Microsoft.AspNetCore.Authentication.OAuth.OAuthTokenResponse
Public ReadOnly Property TokenResponse As OAuthTokenResponse

Property Value

Applies to