LinkedAccountDeveloperJwt

Authentication method using JWT with key ID and subject claims.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kid: String

The key ID (kid) from the JWT header. Identifies which key was used to sign the JWT.

Link copied to clipboard
val sub: String

The subject (sub) claim from the JWT payload. Identifies the principal that is the subject of the JWT.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String