次の方法で共有


OAuthCreatingTicketContext.TokenResponse プロパティ

定義

認証サービスによって返されるトークン応答を取得します。

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

プロパティ値

適用対象