Options
All
  • Public
  • Public/Protected
  • All
Menu

Declare the AuthToken

Hierarchy

  • AuthToken

Index

Constructors

Properties

accessToken: string
accessTokenTime: number
expiresIn: number
idToken: string
issuedTokenType: string
refreshToken: string
tokenType: string

Methods

  • parseData(data: any): void
  • This method to parse auth token data

    Parameters

    • data: any

      token API response

      @example
      const authToken = new AuthToken();
      authToken.parseData(data);

    Returns void

Generated using TypeDoc