AuthTokenRequestParameters interface
Describes authentication token request parameters
Properties
claims | An optional list of claims which to pass to Microsoft Entra when requesting the access token. |
silent | An optional flag indicating whether to attempt the token acquisition silently or allow a prompt to be shown. |
tenant |
An optional identifier of the home tenant for which to acquire the access token for (used in cross-tenant shared channels). |
Property Details
claims
An optional list of claims which to pass to Microsoft Entra when requesting the access token.
claims?: string[]
Property Value
string[]
silent
An optional flag indicating whether to attempt the token acquisition silently or allow a prompt to be shown.
silent?: boolean
Property Value
boolean
tenantId
An optional identifier of the home tenant for which to acquire the access token for (used in cross-tenant shared channels).
tenantId?: string
Property Value
string