Поделиться через


OAuthHandler<TOptions>.FormatScope Метод

Определение

Перегрузки

FormatScope()

Отформатируйте Scope свойство .

FormatScope(IEnumerable<String>)

Форматирование списка областей OAuth.

FormatScope()

Исходный код:
OAuthHandler.cs
Исходный код:
OAuthHandler.cs
Исходный код:
OAuthHandler.cs

Отформатируйте Scope свойство .

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

Возвращаемое значение

Отформатированные области.

Комментарии

Подклассы должны переопределять FormatScope(IEnumerable<String>).

Применяется к

FormatScope(IEnumerable<String>)

Исходный код:
OAuthHandler.cs
Исходный код:
OAuthHandler.cs
Исходный код:
OAuthHandler.cs

Форматирование списка областей 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

Параметры

scopes
IEnumerable<String>

Список областей.

Возвращаемое значение

Отформатированные области.

Применяется к