Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AuthData

Object returned after successful login to DappBot. Authorization is the exact token which should go into the Authorization header (no Bearer). RefreshToken is used to get new Authorization after it expires at ExpiresAt, which is a date encoded as an ISO string.

Hierarchy

  • AuthData

Index

Properties

Authorization

Authorization: string

ExpiresAt

ExpiresAt: string

RefreshToken

RefreshToken: string

User

User: UserData

Generated using TypeDoc