Interface Credentials

interface Credentials {
    access_token?: string;
    expiry_date?: string;
    poToken: string;
    refresh_token?: string;
    scope?: string;
    token_type?: string;
    visitorData: string;
}

Properties

access_token?: string
expiry_date?: string
poToken: string
refresh_token?: string
scope?: string
token_type?: string
visitorData: string