JWK
acronymsecuritycryptography
Stands for: JSON Web Key
A JSON format for representing a cryptographic key.
JSON Web Key (RFC 7517) encodes a public or private key as a JSON object, the format signing keys are published in for JWT verification. A collection of them is a JWK Set (JWKS).
Also known as: jwk