Properties
hashCode
→ int
The hash code for this object.
no setter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
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
icure_medical_device_dart_sdk 1.5.4