Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITokenPayload

This interface represents payload data, as it is recieved from Sense/NET ECM.

Hierarchy

  • ITokenPayload

Index

Properties

Properties

aud

aud: string

audience: identifies the recipients that the token is intended for

exp

exp: number

expiration: time identifies the time whereupon the token will not be accepted

iat

iat: number

issued at: identifies the time when the token was issued

iss

iss: string

issuer: identifies the principal that issued the token

name

name: string

name: identifies the name of the user whom the token was issued to

nbf

nbf: number

not before: identifies the time before that the token can not be accepted

sub

sub: string

subject: identifies the principal that is the subject of the token

Generated using TypeDoc