Type alias TokenInfo

TokenInfo: {
    access_token: string;
    expires_in: number;
    refresh_token?: string;
    token_type: string;
}

Type declaration

  • access_token: string

    Access token

  • expires_in: number

    Access token expiration time in seconds

  • Optional refresh_token?: string

    Refresh token

  • token_type: string

    Token type