AuthenticationApi class abstract

Implementers

Constructors

AuthenticationApi()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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 :
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited