ActiveJwk

interface ActiveJwk

A new JWK.

Properties

Link copied to clipboard
abstract val epoch: <Error class: unknown class>?

Most recent epoch in which the JWK was validated.

Link copied to clipboard
abstract val id: JwkId

Identifier used to uniquely identify a JWK.

Link copied to clipboard
abstract val jwk: Jwk

The JWK.

Link copied to clipboard

Returns the field-presence view for this ActiveJwk instance.

Functions

Link copied to clipboard
Link copied to clipboard
fun ActiveJwk.copy(body: <Error class: unknown class>.() -> Unit = {}): ActiveJwk

Copies the original message, including unknown fields.