Pular para o conteúdo principal

Recuperar sessão

GET 

/v1/sessions/jwt/jwks.json

Get all JSON web keys for JWT verification

Responses

Retrieve JWKs for JWT verification

Schema

    oneOf

    keys

    object[]

  • Array [

  • 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

  • ]

Loading...