CreateRecoveryCodeForIdentityBody class abstract

Create Recovery Code for Identity Request Body

Properties:

  • expiresIn - Code Expires In The recovery code 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()

Properties

expiresIn String?
Code Expires In The recovery code 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(CreateRecoveryCodeForIdentityBodyBuilder)) CreateRecoveryCodeForIdentityBody
Rebuilds the instance.
inherited
toBuilder() CreateRecoveryCodeForIdentityBodyBuilder
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<CreateRecoveryCodeForIdentityBody>
no setter