Hierarchy

  • TokenInfo

Properties

app: null | {
    name: string;
}

application related information

Type declaration

  • name: string

    Application name

aud: string[]

token audience(s)

client_id: null | string
exp: number

token expiry

guest: null | {
    country: string;
    currency: string;
    email: string;
    lang: string;
}

User related information

Type declaration

  • country: string
  • currency: string
  • email: string
  • lang: string
iat: number

token creation time

iss: string

token issuer

scope: string
sub: null | string

token subject - the Moneytree ID of the user

Generated using TypeDoc