RecoveryLinkForIdentity class abstract

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

Properties:

  • expiresAt - Recovery Link Expires At The timestamp when the recovery link expires.
  • recoveryLink - Recovery Link This link can be used to recover the account.
Annotations
  • @BuiltValue()

Constructors

RecoveryLinkForIdentity([void updates(RecoveryLinkForIdentityBuilder b)])
factory

Properties

expiresAt DateTime?
Recovery Link Expires At The timestamp when the recovery link expires.
no setter
hashCode int
The hash code for this object.
no setterinherited
Recovery Link This link can be used to recover the account.
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(RecoveryLinkForIdentityBuilder)) RecoveryLinkForIdentity
Rebuilds the instance.
inherited
toBuilder() RecoveryLinkForIdentityBuilder
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<RecoveryLinkForIdentity>
no setter