Share via


OAuthHandler<TOptions>.FormatScope Methode

Definition

Überlädt

FormatScope()

Formatieren Sie die Scope Eigenschaft.

FormatScope(IEnumerable<String>)

Formatieren Sie eine Liste von OAuth-Bereichen.

FormatScope()

Quelle:
OAuthHandler.cs
Quelle:
OAuthHandler.cs

Formatieren Sie die Scope Eigenschaft.

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

Gibt zurück

Formatierte Bereiche.

Hinweise

Unterklassen sollten lieber überschreiben FormatScope(IEnumerable<String>).

Gilt für:

FormatScope(IEnumerable<String>)

Quelle:
OAuthHandler.cs
Quelle:
OAuthHandler.cs

Formatieren Sie eine Liste von OAuth-Bereichen.

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

Parameter

scopes
IEnumerable<String>

Liste der Bereiche.

Gibt zurück

Formatierte Bereiche.

Gilt für: