AuxiliaryAuthenticationHeaderPolicyOptions interface
Options to configure the auxiliaryAuthenticationHeaderPolicy
Properties
credentials | TokenCredential list used to get token from auxiliary tenants and one credential for each tenant the client may need to access |
logger | A logger can be sent for debugging purposes. |
scopes | Scopes depend on the cloud your application runs in |
Property Details
credentials
TokenCredential list used to get token from auxiliary tenants and one credential for each tenant the client may need to access
credentials?: TokenCredential[]
Property Value
logger
scopes
Scopes depend on the cloud your application runs in
scopes: string | string[]
Property Value
string | string[]