Mobile API Reference
MicroStrategy 2019
|
#import <MSIProjectCredentials.h>
Protected Attributes | |
MSIMobileLoginCustomAuthenticationParameters * | customAuthenticationParameters |
Protected Attributes inherited from MSICredentials | |
NSInteger | authMode |
NSString * | login |
NSString * | password |
NSString * | hashValue |
NSTimeInterval | passwordStartTime |
BOOL | changedByUser |
__weak MSIDevicePreferences * | parent |
Additional Inherited Members | |
Instance Methods inherited from MSICredentials | |
(id) | - initWithAuthMode: |
Instance Methods inherited from <MSISerializable> | |
(void) | - loadFromXML:elementName:attributes:support:context: |
(void) | - buildXML: |
SubClass of Credentials. Credentials used in the ProjectConfiguration as project credentials and WebServerConfiguration as default project credentials. This credentials will be initialized with Standard authentication mode by default. It has the same behavior as a basic Credentials.
|
readwritenonatomicstrongprotected |