AuthFailure クラス

定義

承認要求の失敗オブジェクトを提供するクラス。

Note

有効な AuthResponse の場合、これは null であり、失敗した承認要求の後で使用できます。

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

プロパティ

名前 説明
AdditionalParams

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

Error

エラー応答の error パラメーターから派生します。

ErrorDescription

エラー応答の error_description パラメーターから派生します。

ErrorUri

エラー応答の error_uri パラメーターから派生します。

State

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

適用対象