ActiveJwk
No description
type ActiveJwk {
iss: String
kid: String
kty: String
e: String
n: String
alg: String
epoch: Epoch
}
Fields
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.e
● String
scalar
The JWK RSA public exponent, (RFC 7517, Section 9.3).
ActiveJwk.n
● String
scalar
The JWK RSA modulus, (RFC 7517, Section 9.3).
ActiveJwk.alg
● String
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