Interface CreateOnlinePlaygroundIdentityParams

interface CreateOnlinePlaygroundIdentityParams {
    appID: string;
    customAuthURL?: string;
    enableDittoCloudSync?: boolean;
    token: string;
}

Properties

appID: string
customAuthURL?: string
enableDittoCloudSync?: boolean
token: string