OAuthCreatingTicketContext.TokenResponse Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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