TokenAuthConfiguration interface
model interface TokenAuthConfiguration
Properties
| authentication |
The authentication scheme. |
| disable |
Whether certification authentication fallback is disabled. |
| signed |
The signed request scope. |
Property Details
authenticationScheme
The authentication scheme.
authenticationScheme?: string
Property Value
string
disableCertificateAuthenticationFallback
Whether certification authentication fallback is disabled.
disableCertificateAuthenticationFallback?: boolean
Property Value
boolean
signedRequestScope
The signed request scope.
signedRequestScope?: string
Property Value
string