Click or drag to resize

ITokenSettingsProviderGetTokenSettings Method

GetTokenSettings from the configuration object for the specified UId

Namespace:  Omada.OE.Model.Tokens
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
Task<TokenSettings> GetTokenSettings(
	Guid uId
)

Parameters

uId
Type: SystemGuid

Return Value

Type: TaskTokenSettings
Task returning the TokenSettings
See Also