JwkId

interface JwkId

Key to uniquely identify a JWK.

Properties

Link copied to clipboard
abstract val iss: String?

The issuer or identity of the OIDC provider.

Link copied to clipboard
abstract val kid: String?

A key ID used to uniquely identify a key from an OIDC provider.

Link copied to clipboard

Returns the field-presence view for this JwkId instance.

Functions

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

Copies the original message, including unknown fields.