Class OAuth2TokenResponse

Constructors

Properties

accessToken: string
expiresIn?: number

in seconds

refreshToken?: string
scope?: string
tokenType: string

Methods

  • Returns {
        access_token: string;
        expires_in?: number;
        refresh_token?: string;
        scope?: string;
        token_type: string;
    }

    • access_token: string
    • Optionalexpires_in?: number
    • Optionalrefresh_token?: string
    • Optionalscope?: string
    • token_type: string
  • Returns {
        access_token: string;
        expires_in?: number;
        refresh_token?: string;
        scope?: string;
        token_type: string;
    }

    • access_token: string
    • Optionalexpires_in?: number
    • Optionalrefresh_token?: string
    • Optionalscope?: string
    • token_type: string