Udostępnij za pośrednictwem


OAuthHandler<TOptions>.FormatScope Metoda

Definicja

Przeciążenia

FormatScope()

Formatuj Scope właściwość.

FormatScope(IEnumerable<String>)

Formatuj listę zakresów OAuth.

FormatScope()

Źródło:
OAuthHandler.cs
Źródło:
OAuthHandler.cs
Źródło:
OAuthHandler.cs

Formatuj Scope właściwość.

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

Zwraca

Sformatowane zakresy.

Uwagi

Podklasy powinny raczej zastąpić FormatScope(IEnumerable<String>).

Dotyczy

FormatScope(IEnumerable<String>)

Źródło:
OAuthHandler.cs
Źródło:
OAuthHandler.cs
Źródło:
OAuthHandler.cs

Formatuj listę zakresów 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

Parametry

scopes
IEnumerable<String>

Lista zakresów.

Zwraca

Sformatowane zakresy.

Dotyczy