JWT: {
    expiryTimeSeconds?: number;
    issuer: string;
    secret: string;
}

Type declaration

  • Optional expiryTimeSeconds?: number

    Token expiry time (default 3 minutes after issuing)

  • issuer: string

    The key from the app descriptor.

  • secret: string

    The shared secret key received during the app installation handshake

Generated using TypeDoc v0.25.12