Aracılığıyla paylaş


OAuthHandler<TOptions>.FormatScope Yöntem

Tanım

Aşırı Yüklemeler

FormatScope()

Özelliğini biçimlendirin Scope .

FormatScope(IEnumerable<String>)

OAuth kapsamlarının listesini biçimlendirin.

FormatScope()

Kaynak:
OAuthHandler.cs
Kaynak:
OAuthHandler.cs
Kaynak:
OAuthHandler.cs

Özelliğini biçimlendirin 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

Döndürülenler

Biçimlendirilmiş kapsamlar.

Açıklamalar

Alt sınıflar yerine öğesini geçersiz kılmalıdır FormatScope(IEnumerable<String>).

Şunlara uygulanır

FormatScope(IEnumerable<String>)

Kaynak:
OAuthHandler.cs
Kaynak:
OAuthHandler.cs
Kaynak:
OAuthHandler.cs

OAuth kapsamlarının listesini biçimlendirin.

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

Parametreler

scopes
IEnumerable<String>

Kapsam listesi.

Döndürülenler

Biçimlendirilmiş kapsamlar.

Şunlara uygulanır