Interface CreateOnlineIdentityParams

interface CreateOnlineIdentityParams {
    appID: string;
    customAuthURL?: string;
    enableDittoCloudSync?: boolean;
}

Properties

appID: string
customAuthURL?: string
enableDittoCloudSync?: boolean