CreateRecoveryLinkForIdentityBody class abstract
Create Recovery Link for Identity Request Body
Properties:
- expiresIn - Link Expires In The recovery link will expire after that amount of time has passed. Defaults to the configuration value of
selfservice.methods.code.config.lifespan
. - identityId - Identity to Recover The identity's ID you wish to recover.
- Annotations
-
- @BuiltValue()
Constructors
- CreateRecoveryLinkForIdentityBody([void updates(CreateRecoveryLinkForIdentityBodyBuilder b)])
-
factory
Properties
- expiresIn → String?
-
Link Expires In The recovery link will expire after that amount of time has passed. Defaults to the configuration value of
selfservice.methods.code.config.lifespan
.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- identityId → String
-
Identity to Recover The identity's ID you wish to recover.
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(CreateRecoveryLinkForIdentityBodyBuilder)) → CreateRecoveryLinkForIdentityBody -
Rebuilds the instance.
inherited
-
toBuilder(
) → CreateRecoveryLinkForIdentityBodyBuilder -
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<
CreateRecoveryLinkForIdentityBody> -
no setter