SignUpResponse class

The response from the server for a registration request.

Constructors

SignUpResponse({required bool userConfirmed, required String userSub, CodeDeliveryDetailsType? codeDeliveryDetails})
SignUpResponse.fromJson(Map<String, dynamic> json)
factory

Properties

codeDeliveryDetails CodeDeliveryDetailsType?
The code delivery details returned by the server response to the user registration request.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userConfirmed bool
A response from the server indicating that a user registration has been confirmed.
final
userSub String
The UUID of the authenticated user. This is not the same as username.
final

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