JWTHeaderBuilder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun alg(algorithm: String)

The name of the algorithm used to sign the JWT

Link copied to clipboard
fun cty(contentType: String)

Used to define structural information about JWT. Recommended to be used only in case of nested JWTs.

Link copied to clipboard
fun kid(keyID: String)

The Key Id used

Link copied to clipboard
fun typ(type: String)

Represents the media type of complete JWT