Jwt overview

Added in v1.0.0


Table of contents


Model

Jwt (type alias)

A valid, Base64-encoded JWT.

Signature

export type Jwt = Branded<string, JwtBrand>

Added in v1.0.0

String

Jwt

A valid, Base64-encoded JWT.

Signature

export declare const Jwt: Schema<Opaque<string, JwtBrand>, Opaque<string, JwtBrand>>

Added in v1.0.0