Back to Node Auth0

Interface ConnectionGatewayAuthenticationSms

docs/interfaces/management.Management.ConnectionGatewayAuthenticationSms.html

5.9.11.3 KB
Original Source

Interface ConnectionGatewayAuthenticationSms

Optional token-based authentication configuration for the SMS gateway

interface ConnectionGatewayAuthenticationSms {
audience: string;
method: string;
secret: string;
secret_base64_encoded?: boolean;
subject?: string;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

audiencemethodsecretsecret_base64_encoded?subject?

Properties

audience

audience: string

method

method: string

secret

secret: string

The secret used to sign the JSON Web Token sent to the SMS gateway

Optionalsecret_base64_encoded

secret_base64_encoded?: boolean

Set to true if the secret is base64-url-encoded

Optionalsubject

subject?: string

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties audiencemethodsecretsecret_base64_encodedsubject