JSON Web Key Set (JWKS) response.

interface JwksResponse {
    keys: JwkKey[];
}

Properties

Properties

keys: JwkKey[]