CreateJWTRequest: {
    referrer: string;
    userId: string;
}

Type declaration

  • referrer: string

    Referrer of the JWT.

  • userId: string

    ID of the user the JWT will be created for.