Compartilhar via


OAuthHandler<TOptions>.FormatScope Método

Definição

Sobrecargas

FormatScope()

Formate a Scope propriedade .

FormatScope(IEnumerable<String>)

Formatar uma lista de escopos OAuth.

FormatScope()

Origem:
OAuthHandler.cs
Origem:
OAuthHandler.cs
Origem:
OAuthHandler.cs

Formate a Scope propriedade .

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

Retornos

Escopos formatados.

Comentários

As subclasses devem substituir FormatScope(IEnumerable<String>).

Aplica-se a

FormatScope(IEnumerable<String>)

Origem:
OAuthHandler.cs
Origem:
OAuthHandler.cs
Origem:
OAuthHandler.cs

Formatar uma lista de escopos 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

Parâmetros

scopes
IEnumerable<String>

Lista de escopos.

Retornos

Escopos formatados.

Aplica-se a