Builder

class Builder

Properties

Link copied to clipboard
var kid: String?

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

Link copied to clipboard
var sub: String?

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