Interface ConnectionCreateOptionsGatewayAuthentication

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

Hierarchy

  • ConnectionCreateOptionsGatewayAuthentication

Indexable

[key: string]: any | any

Properties

audience: string

The audience to be added to the JWT payload.

method: string

The Authorization header type.

secret: string

The secret to be used for signing tokens.

secret_base64_encoded?: boolean

Set to true if the provided secret is base64 encoded.

subject?: string

The subject to be added to the JWT payload.