AuthenticationApiImpl class
Methods
-
completeAuthentication(AuthenticationProcess process, String validationCode, Tuple2<String, String> userKeyPair, Future<Tuple3<String, String, String>?> tokenAndKeyPairProvider(String, String))
→ Future<AuthenticationResult>
-
Completes the authentication process of a user, by verifying the provided validation code and :
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
startAuthentication(String healthcareProfessionalId, String firstName, String lastName, String recaptcha, bool bypassTokenCheck, {String? email, String? mobilePhone})
→ Future<AuthenticationProcess>
-
Starts the authentication of a user by sending him/her a validation code by email and/or mobile phone.
Use this service if you would like to sign-up or login your user
override
-
toString()
→ String
-
A string representation of this object.
inherited