Class TokenData

Hierarchy

  • TokenData

Constructors

  • Parameters

    • access_token: string
    • token_type: string
    • scope: string
    • created_at: number
    • expires_in: null | number = null
    • refresh_token: null | string = null

    Returns TokenData

Properties

_scope: string
access_token: string
created_at: number
expires_in: null | number = null
refresh_token: null | string = null
token_type: string

Accessors

Methods

Generated using TypeDoc