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. Use the value RSA.

nstring

The modulus value for the RSA public key.

usestring

The intended use for the public key.

Overview

JWK is an open standard (RFC 7517) that defines a data structure to represent cryptographic keys.