次の方法で共有


SiteAuthSettings.MicrosoftAccountOAuthScopes プロパティ

定義

Microsoft アカウント認証の一部として要求される OAuth 2.0 スコープ。 この設定はオプションです。 指定しない場合は、既定のスコープとして "wl.basic" が使用されます。 Microsoft アカウントのスコープとアクセス許可に関するドキュメント: https://msdn.microsoft.com/en-us/library/dn631845.aspx

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

プロパティ値

適用対象