SelfServiceRecoveryLink class abstract

SelfServiceRecoveryLink

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.

Constructors

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(SelfServiceRecoveryLinkBuilder)) SelfServiceRecoveryLink
Rebuilds the instance.
inherited
toBuilder() SelfServiceRecoveryLinkBuilder
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<SelfServiceRecoveryLink>
no setter