AuthConfig
AuthConfig = {
method:"user"; } | {appName:string;method:"app"; } | {appName:string;method:"userapp"; } | {dirProperty:string;method:"dir"|"directory"; } | {appName:string;ipAddress:string;method:"manual";userId:string; } | {method:"token";token:string; }
Defined in: js-xbbg/index.d.ts:15
