Retrieve a public key in JWK format.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password. Use your client_id as the username and your secret as the password value.
Successful request.
Algorithm intended for use with the key.
"RSA-OAEP-256"
Exponent value for the RSA public key in Base64 URL format.
"..."
Operation permitted for the key.
["encrypt"]Unique identifier for the kid.
"..."
Type of key.
"RSA"
Modulus value for the RSA public key in Base64 URL format.
"..."
Intended use of the key.
"enc"