次の方法で共有


SiteAuthSettings.GoogleOAuthScopes プロパティ

定義

Google Sign-In認証の一部として要求される OAuth 2.0 スコープ。 この設定はオプションです。 指定しない場合は、"openid"、"profile"、および "email" が既定のスコープとして使用されます。 Google Sign-In ドキュメント: https://developers.google.com/identity/sign-in/web/

public System.Collections.Generic.IList<string> GoogleOAuthScopes { get; }
member this.GoogleOAuthScopes : System.Collections.Generic.IList<string>
Public ReadOnly Property GoogleOAuthScopes As IList(Of String)

プロパティ値

適用対象