Interface for the Basalt Token Header

interface BasaltTokenHeader {
    audience: string;
    exp: number;
    issuer: string;
    uuid: string;
}

Properties

Properties

audience: string

Audience of the token

exp: number

Expiration time of the token

issuer: string

Issuer of the token

uuid: string

UUID of the token