JWK

JSON Web Key (RFC 7517)

  • alg
    Type: string
    required

    Algorithm

  • kid
    Type: string
    required

    Key ID

  • kty
    Type: string
    required

    Key Type

  • e
    Type: string

    RSA Exponent (base64url)

  • n
    Type: string

    RSA Modulus (base64url)

  • use
    Type: string

    Public Key Use