AuthResponse クラス

定義

RFC 6749 のセクション 4.1.2 および 4.2.2 で説明されている承認要求の応答を提供するクラス。

public ref class AuthResponse sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Security.Authentication.OAuth.OAuthContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AuthResponse final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Security.Authentication.OAuth.OAuthContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AuthResponse
Public NotInheritable Class AuthResponse
継承
Object Platform::Object IInspectable AuthResponse
属性

プロパティ

名前 説明
AccessToken

承認応答の access_token パラメーターから派生します。 この値は、AuthRequestParamsResponseTypetokenとして設定されている場合に使用できます。

AdditionalParams

応答 URI で承認サーバーによって設定される追加のパラメーター。

Code

承認応答の code パラメーターから派生します。

ExpiresIn

承認応答の expires_in パラメーターから派生します。 これは、アクセス トークンの有効期間 (秒単位) です。 これは、AuthRequestParamsResponseTypetokenとして設定されている場合に使用できます。

Scope

承認応答の scope パラメーターから派生します。 これは、AuthRequestParamsResponseTypetokenとして設定されている場合に使用できます。

State

承認応答の state パラメーターから派生します。

TokenType

承認応答の token_type パラメーターから派生します。 これは、AuthRequestParamsResponseTypetokenとして設定されている場合に使用できます。

適用対象