Type alias Key

Key: {
    stateBackedKeyId: string;
    stateBackedSecretKey: string;
}

The key to use for signing the JWT.

Keys can be generated using the smply CLI by running smply keys create. See our Getting Started docs at https://docs.statebacked.dev/ for more info.

Type declaration

  • stateBackedKeyId: string

    The ID of the key to use for signing.

  • stateBackedSecretKey: string

    The secret key corresponding to the key ID to use for signing.

Generated using TypeDoc