Soft logout: Support soft logout

#2540
This commit is contained in:
manuroe
2019-07-19 14:25:45 +02:00
parent 7994b3f38b
commit 39551563d2
6 changed files with 96 additions and 2 deletions
@@ -63,6 +63,13 @@
*/
- (void)showAuthenticationScreenWithRegistrationParameters:(NSDictionary*)parameters;
/**
Display the authentication screen in order to login back a soft logout session.
@param softLogoutCredentials the credentials of the soft logout session.
*/
- (void)showAuthenticationScreenAfterSoftLogout:(MXCredentials*)softLogoutCredentials;
/**
Open the room with the provided identifier in a specific matrix session.