Mobile API Reference  MicroStrategy 2019
WebServerCredentials Class Reference

#import <WebServerCredentials.h>

Inheritance diagram for WebServerCredentials:
MSICredentials <MSISerializable>

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 MSIDevicePreferencesparent
 

Detailed Description

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.