add update phone number and recovery email
This commit is contained in:
@@ -4,6 +4,11 @@ class AuthResult {
|
||||
AuthStatus? authStatus;
|
||||
String? authErrorCode;
|
||||
String? authErrorMsg;
|
||||
String? forceResendingToken;
|
||||
|
||||
AuthResult({this.authStatus, this.authErrorCode, this.authErrorMsg});
|
||||
AuthResult(
|
||||
{this.authStatus,
|
||||
this.authErrorCode,
|
||||
this.authErrorMsg,
|
||||
this.forceResendingToken});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user