Authentication: Support next_link from email validation as universal link.

https://github.com/vector-im/vector-ios/issues/202
This commit is contained in:
giomfo
2016-04-22 18:42:14 +02:00
parent b4ddcffe05
commit 7d21e7e057
6 changed files with 158 additions and 34 deletions
+6 -3
View File
@@ -44,11 +44,14 @@
- (void)showAuthenticationScreen;
/**
Display the authentication screen in order to pursue a registration process.
Display the authentication screen in order to pursue a registration process by using a predefined set
of parameters.
If the provided registration parameters are not supported, we switch back to the default login screen.
@param nextLinkParameters the parameters extracted from next_link link.
@param parameters the set of parameters.
*/
- (void)showAuthenticationScreenWithNextLinkParameters:(NSDictionary*)nextLinkParameters;
- (void)showAuthenticationScreenWithRegistrationParameters:(NSDictionary*)parameters;
/**
Start displaying the screen with a user Matrix session.