| IAzureAdControllerGetTokenForScope Method |
Returns a token for a given scope, using the configured app registration
Namespace:
Omada.OE.Model.Interfaces
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
SyntaxTask<string> GetTokenForScope(
string scope
)
Parameters
- scope
- Type: SystemString
Return Value
Type:
TaskString
See Also