Websites v4 docs v5.2.4
    Preparing search index...

    Interface AuthResponse

    interface AuthResponse {
        access_token?: string;
        created_at?: number;
        error?: string;
        error_description?: string;
        expires_in?: number;
        refresh_token?: string;
        scope?: string;
        token_type?: string;
    }
    Index

    Properties

    access_token?: string
    created_at?: number
    error?: string
    error_description?: string
    expires_in?: number
    refresh_token?: string
    scope?: string
    token_type?: string