|
Mobile API Reference
MicroStrategy 2019
|
#import <MSICredentials.h>
Instance Methods | |
| (id) | - initWithAuthMode: |
Instance Methods inherited from <MSISerializable> | |
| (void) | - loadFromXML:elementName:attributes:support:context: |
| (void) | - buildXML: |
Protected Attributes | |
| NSInteger | authMode |
| NSString * | login |
| NSString * | password |
| NSString * | hashValue |
| NSTimeInterval | passwordStartTime |
| BOOL | changedByUser |
| __weak MSIDevicePreferences * | parent |
Credentials class represents login, password and other related information used for authentication.
| - (id) initWithAuthMode: | (NSInteger) | anAuthMode |
Initializer with a default authentication mode
| anAuthMode | authentication mode |
|
readwritenonatomicassignprotected |
Use this property to get or set authentication mode used to connecting to web server or I-server.
|
protected |
|
protected |
|
readwritenonatomiccopyprotected |
Use this property to get or set the login username.
|
protected |
|
readwritenonatomiccopyprotected |
Use this property to get ot set password.
|
protected |