Recuperar sessão
GET/v1/sessions/jwt/jwks.json
Get all JSON web keys for JWT verification
Responses
- 200
Retrieve JWKs for JWT verification
- application/json
- Schema
- Example (from schema)
Schema
- MOD1
- MOD2
Array [
]
oneOf
keys
object[]
alg string
The algorithm to use when creating the JWT.
Possible values: [RS256
]
kty string
Example:
RSA
use string
Example:
sig
kid string
Unique identifier for the JWK
n string
Modulus for the key
e string
Exponent for the key
status string
Possible values: [GENERAL_ERROR
]
message string
{}
Loading...