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