Back to Node Auth0

Interface ClientJwtConfiguration

docs/interfaces/management.Management.ClientJwtConfiguration.html

5.9.11.6 KB
Original Source

Interface ClientJwtConfiguration

Configuration related to JWTs for the client.

interface ClientJwtConfiguration {
lifetime_in_seconds?: number;
secret_encoded?: boolean;
scopes?: ClientJwtConfigurationScopes;
alg?: Management.SigningAlgorithmEnum;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

lifetime_in_seconds?secret_encoded?scopes?alg?

Properties

Optionallifetime_in_seconds

lifetime_in_seconds?: number

Number of seconds the JWT will be valid for (affects exp claim).

Optionalsecret_encoded

secret_encoded?: boolean

Whether the client secret is base64 encoded (true) or unencoded (false).

Optionalscopes

scopes?: ClientJwtConfigurationScopes

Optionalalg

alg?: Management.SigningAlgorithmEnum

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties lifetime_in_secondssecret_encodedscopesalg