次の方法で共有


OAuthWebSecurity.IsAuthenticatedWithOAuth プロパティ

定義

OAuth を使用してユーザーが認証されたかどうかを示す値を取得します。

public static bool IsAuthenticatedWithOAuth { get; }
member this.IsAuthenticatedWithOAuth : bool
Public Shared ReadOnly Property IsAuthenticatedWithOAuth As Boolean

プロパティ値

ユーザーが OAuth を使用して認証されている場合は true。それ以外の場合は false。

適用対象