FacebookHandler.FormatScope Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| FormatScope() |
Format the Scope property. |
| FormatScope(IEnumerable<String>) |
Format a list of OAuth scopes. |
FormatScope()
FormatScope(IEnumerable<String>)
Format a list of OAuth scopes.
protected:
override System::String ^ FormatScope(System::Collections::Generic::IEnumerable<System::String ^> ^ scopes);
protected override string FormatScope (System.Collections.Generic.IEnumerable<string> scopes);
override this.FormatScope : seq<string> -> string
Protected Overrides Function FormatScope (scopes As IEnumerable(Of String)) As String
Parameters
- scopes
- IEnumerable<String>
List of scopes.
Returns
Formatted scopes.