Class SchemasJsonWebKey

java.lang.Object
com.okta.sdk.resource.model.SchemasJsonWebKey
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JsonWebKeyEC, JsonWebKeyRsa

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-09-23T08:35:59.300824-05:00[America/Chicago]", comments="Generator version: 7.8.0") public class SchemasJsonWebKey extends Object implements Serializable
A [JSON Web Key (JWK)](https://tools.ietf.org/html/rfc7517) is a JSON representation of a cryptographic key. Okta can use these keys to verify the signature of a JWT when provided for the `private_key_jwt` client authentication method or for a signed authorize request object. Okta supports both RSA and Elliptic Curve (EC) keys.
See Also: