Contents

JWKSet.Keys

An object that defines a single JSON Web Key.

Declaration

object JWKSet.Keys

Properties

NameTypeDescription
algstring

The encryption algorithm used to encrypt the token.

estring

The exponent value for the RSA public key.

kidstring

A 10-character identifier key, obtained from your developer account.

ktystring

The key type parameter setting. You must set to “RSA”.

nstring

The modulus value for the RSA public key.

usestring

The intended use for the public key.