Mobile API Reference  MicroStrategy 2019
InitializeApplicationService.h
Go to the documentation of this file.
1 //
2 // InitializeApplicationService.h
3 // MSTRMobile
4 //
5 // Created by Liu Shu on 4/28/10.
6 // Copyright 2010 MicroStrategy. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "MSIServiceImpl.h"
11 
12 @class MSTRError;
13 
15  NSString *xmlURL;
16  NSInteger authMode;
17  NSString *login;
18  NSString *password;
21  NSInteger retryCount;
22 }
23 
24 @property (nonatomic, copy) NSString *xmlURL;
25 @property NSInteger authMode;
26 @property (nonatomic, copy) NSString *login;
27 @property (nonatomic, copy) NSString *password;
28 @property (nonatomic) BOOL cancelAuthenticationChallengeForClientCertificateMode;
29 @property (nonatomic) BOOL ignoreIdentityForClientCertificateMode;
30 
31 @end
NSString * password
Definition: InitializeApplicationService.h:18
signed char BOOL
Definition: PDCwtypes.h:101
NSInteger retryCount
Definition: InitializeApplicationService.h:21
Definition: MSTRError.h:19
MSTRError * currentError
Definition: InitializeApplicationService.h:19
NSString * xmlURL
Definition: InitializeApplicationService.h:15
Definition: MSIServiceImpl.h:30
Definition: InitializeApplicationService.h:14
NSInteger authMode
Definition: InitializeApplicationService.h:16
NSString * login
Definition: InitializeApplicationService.h:17
BOOL isSuccessful
Definition: InitializeApplicationService.h:20