ActiveJwk
No description
type ActiveJwk {
  iss: String!
  kid: String!
  kty: String!
  e: String!
  n: String!
  alg: String!
  epoch: Epoch
}
Fields
ActiveJwk.iss ● String! non-null scalar
The string (Issuing Authority) that identifies the OIDC provider.
ActiveJwk.kid ● String! non-null scalar
The string (Key ID) that identifies the JWK among a set of JWKs, (RFC 7517, Section 4.5).
ActiveJwk.kty ● String! non-null scalar
The JWK key type parameter, (RFC 7517, Section 4.1).
ActiveJwk.e ● String! non-null scalar
The JWK RSA public exponent, (RFC 7517, Section 9.3).
ActiveJwk.n ● String! non-null scalar
The JWK RSA modulus, (RFC 7517, Section 9.3).
ActiveJwk.alg ● String! non-null scalar
The JWK algorithm parameter, (RFC 7517, Section 4.4).
ActiveJwk.epoch ● Epoch object
The most recent epoch in which the JWK was validated.
Member Of
ActiveJwkConnection  object ● ActiveJwkEdge  object