Sdílet prostřednictvím


OAuthHandler<TOptions>.FormatScope Metoda

Definice

Přetížení

FormatScope()

Naformátujte Scope vlastnost.

FormatScope(IEnumerable<String>)

Naformátuje seznam oborů OAuth.

FormatScope()

Zdroj:
OAuthHandler.cs
Zdroj:
OAuthHandler.cs
Zdroj:
OAuthHandler.cs

Naformátujte Scope vlastnost.

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

Návraty

Formátované obory.

Poznámky

Podtřídy by měly spíše přepsat FormatScope(IEnumerable<String>).

Platí pro

FormatScope(IEnumerable<String>)

Zdroj:
OAuthHandler.cs
Zdroj:
OAuthHandler.cs
Zdroj:
OAuthHandler.cs

Naformátuje seznam oborů 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>

Seznam oborů

Návraty

Formátované obory.

Platí pro