CreateUserResponse class abstract
CreateUserResponse
Properties:
- id - Unique id of the user in Kinde.
- created - True if the user was successfully created.
- identities
- Annotations
-
- @BuiltValue()
Constructors
- CreateUserResponse([void updates(CreateUserResponseBuilder b)])
-
factory
Properties
- created → bool?
-
True if the user was successfully created.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
Unique id of the user in Kinde.
no setter
-
identities
→ BuiltList<
UserIdentity> ? -
no setter
- 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
-
rebuild(
dynamic updates(CreateUserResponseBuilder)) → CreateUserResponse -
Rebuilds the instance.
inherited
-
toBuilder(
) → CreateUserResponseBuilder -
Converts the instance to a builder
B
.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
CreateUserResponse> -
no setter