OAuthHandler<TOptions>.FormatScope Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.