JwtSubjectClaim

@Serializable
value class JwtSubjectClaim(val stringOrUri: StringOrUri)(source)

4.1.2. "sub" (Subject) Claim

The "sub" (subject) claim identifies the principal that is the
subject of the JWT.  The claims in a JWT are normally statements
about the subject.  The subject value MUST either be scoped to be
locally unique in the context of the issuer or be globally unique.
The processing of this claim is generally application specific.  The
"sub" value is a case-sensitive string containing a StringOrURI
value.  Use of this claim is OPTIONAL.

Constructors

Link copied to clipboard
constructor(stringOrUri: StringOrUri)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data object Specification

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard