Interface ClientUpdateJwtConfiguration

An object that holds settings related to how JWTs are created

Hierarchy

  • ClientUpdateJwtConfiguration

Properties

Algorithm used to sign JWTs. Can be HS256 or RS256. PS256 available via addon.

lifetime_in_seconds?: number

The amount of time (in seconds) that the token will be valid after being issued

scopes?: {
    [key: string]: any;
}

Type declaration

  • [key: string]: any