Click or drag to resize

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
Syntax
C#
Task<string> GetTokenForScope(
	string scope
)

Parameters

scope
Type: SystemString

Return Value

Type: TaskString
See Also