RecoveryCodeForIdentity class abstract

Used when an administrator creates a recovery code for an identity.

Properties:

  • expiresAt - Expires At is the timestamp of when the recovery flow expires The timestamp when the recovery code expires.
  • recoveryCode - RecoveryCode is the code that can be used to recover the account
  • recoveryLink - RecoveryLink with flow This link opens the recovery UI with an empty code field.
Annotations
  • @BuiltValue()

Constructors

RecoveryCodeForIdentity([void updates(RecoveryCodeForIdentityBuilder b)])
factory

Properties

expiresAt DateTime?
Expires At is the timestamp of when the recovery flow expires The timestamp when the recovery code expires.
no setter
hashCode int
The hash code for this object.
no setterinherited
recoveryCode String
RecoveryCode is the code that can be used to recover the account
no setter
RecoveryLink with flow This link opens the recovery UI with an empty code field.
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(RecoveryCodeForIdentityBuilder)) RecoveryCodeForIdentity
Rebuilds the instance.
inherited
toBuilder() RecoveryCodeForIdentityBuilder
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<RecoveryCodeForIdentity>
no setter