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