Vinyl
    Preparing search index...

    Interface DmlsCustomerOptions

    interface DmlsCustomerOptions {
        customerId?: Maybe<string>;
        entitlementList: ReadonlySet<dmls.Entitlement>;
        oAuthTokenProvider?: Maybe<AuthTokenProvider>;
    }
    Index

    Properties

    customerId?: Maybe<string>

    The customer id. Only required for internal endpoints that do not require authentication. Prefer using profileId; customer ID is considered personal information.

    entitlementList: ReadonlySet<dmls.Entitlement>

    The customer's set of entitlements.

    oAuthTokenProvider?: Maybe<AuthTokenProvider>

    Provides a promise to the oAuth token.