IOnBehalfOfTokenService.AcquireToken(IEnumerable<String>) 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.
public string AcquireToken (System.Collections.Generic.IEnumerable<string> scopes);
abstract member AcquireToken : seq<string> -> string
Public Function AcquireToken (scopes As IEnumerable(Of String)) As String
Parameters
- scopes
- IEnumerable<String>