OAuthHandler<TOptions>.FormatScope 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
FormatScope() |
设置 属性的格式 Scope 。 |
FormatScope(IEnumerable<String>) |
设置 OAuth 范围列表的格式。 |
FormatScope()
- Source:
- OAuthHandler.cs
- Source:
- OAuthHandler.cs
- Source:
- OAuthHandler.cs
设置 属性的格式 Scope 。
protected:
virtual System::String ^ FormatScope();
protected virtual string FormatScope ();
abstract member FormatScope : unit -> string
override this.FormatScope : unit -> string
Protected Overridable Function FormatScope () As String
返回
格式化范围。
注解
子类应替代 FormatScope(IEnumerable<String>)。
适用于
FormatScope(IEnumerable<String>)
- Source:
- OAuthHandler.cs
- Source:
- OAuthHandler.cs
- Source:
- OAuthHandler.cs
设置 OAuth 范围列表的格式。
protected:
virtual System::String ^ FormatScope(System::Collections::Generic::IEnumerable<System::String ^> ^ scopes);
protected virtual string FormatScope (System.Collections.Generic.IEnumerable<string> scopes);
abstract member FormatScope : seq<string> -> string
override this.FormatScope : seq<string> -> string
Protected Overridable Function FormatScope (scopes As IEnumerable(Of String)) As String
参数
- scopes
- IEnumerable<String>
范围列表。
返回
格式化范围。