mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 13:46:57 +02:00
Authentication: Support next_link from email validation as universal link.
https://github.com/vector-im/vector-ios/issues/202
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user