JWK: {
    alg: string;
    e: string;
    kid: string;
    kty: string;
    n: string;
    use: string;
}

Key in JSON Web Key format

Type declaration

  • alg: string

    Algorithm

  • e: string

    RSA public exponent

  • kid: string

    Key ID

  • kty: string

    Key type

  • n: string

    RSA modulus

  • use: string

    Key usage, typically sig or enc