Mobile API Reference
MicroStrategy 2019
|
#import <MSIAuthenticationModule.h>
Instance Methods | |
(void) | - logoutFromProject: |
(void) | - logoutFromAllProjects |
Instance Methods inherited from MSIMobileLoginModule | |
(void) | - startMobileLogin: |
Additional Inherited Members | |
Properties inherited from MSIMobileLoginModule | |
id< MSIMobileLoginModuleDelegate > | mobileLoginModuleDelegate |
- (void) logoutFromAllProjects |
Remove all session states from session table and close them by MSICloseSessionsService
- (void) logoutFromProject: | (MSIProjectInfo *) | project |
Remove the project's session state from session table and close it by MSICloseSessionsService
project | the project |