Vinyl
    Preparing search index...

    Type Alias VinylErrorLoggingAuthCredentials

    type VinylErrorLoggingAuthCredentials = {
        deviceId: string;
        deviceTypeId: string;
        oAuthToken: string | null;
        useAuthCookie?: boolean;
    }
    Index

    Properties

    deviceId: string
    deviceTypeId: string
    oAuthToken: string | null

    The ATZ or ATN token.

    useAuthCookie?: boolean