Session Object to access the Admin API, includes the token and the store FQDN.

interface AdminSession {
    storeFqdn: string;
    token: string;
}

Properties

Properties

storeFqdn: string
token: string