EmailIdpCompleteAccountRequestResult class

The result of the EmailIdpAccountCreationUtil.completeAccountCreation operation.

This describes the detailed status of the operation to the caller.

In the general case the caller should take care not to leak this to clients, such that outside clients can not use this result to determine whether a specific account is registered on the server.

Properties

accountId → UuidValue
The ID of the new email authentication.
final
email String
The email address used during registration.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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