TokenAuthConfiguration interface

model interface TokenAuthConfiguration

Properties

authenticationScheme

The authentication scheme.

disableCertificateAuthenticationFallback

Whether certification authentication fallback is disabled.

signedRequestScope

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