Back to Node Auth0

Interface ConnectionGatewayAuthentication

docs/interfaces/management.Management.ConnectionGatewayAuthentication.html

5.9.11.4 KB
Original Source

Interface ConnectionGatewayAuthentication

Token-based authentication settings to be applied when connection is using an sms strategy.

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

Indexable

Accepts any additional properties

Index

Properties

methodsubject?audiencesecretsecret_base64_encoded?

Properties

method

method: string

The Authorization header type.

Optionalsubject

subject?: string

The subject to be added to the JWT payload.

audience

audience: string

The audience to be added to the JWT payload.

secret

secret: string

The secret to be used for signing tokens.

Optionalsecret_base64_encoded

secret_base64_encoded?: boolean

Set to true if the provided secret is base64 encoded.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties methodsubjectaudiencesecretsecret_base64_encoded