JWT configuration for Auth0 clients.

interface Auth0JwtConfiguration {
    alg?: string;
    lifetimeInSeconds?: number;
    scopes?: Record<string, string>;
    secretEncoded?: boolean;
}

Hierarchy (View Summary)

Properties

alg?: string
lifetimeInSeconds?: number
scopes?: Record<string, string>
secretEncoded?: boolean