OAuthHandler<TOptions>.FormatScope Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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.