LoginResult: { metadataServerUrl?: string | null; passwordExpired: boolean; sandbox: boolean; serverUrl?: string | null; sessionId?: string | null; userId?: string | null; userInfo?: GetUserInfoResult | null; } Type declaration
Optional metadataServerUrl?: string | null
passwordExpired: boolean
sandbox: boolean
Optional serverUrl?: string | null
Optional sessionId?: string | null
Optional userId?: string | null