EmailAccountPasswordResetRequestAttachRowRepository class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

challenge(Session session, EmailAccountPasswordResetRequest emailAccountPasswordResetRequest, SecretChallenge challenge, {Transaction? transaction}) Future<void>
Creates a relation between the given EmailAccountPasswordResetRequest and SecretChallenge by setting the EmailAccountPasswordResetRequest's foreign key challengeId to refer to the SecretChallenge.
emailAccount(Session session, EmailAccountPasswordResetRequest emailAccountPasswordResetRequest, EmailAccount emailAccount, {Transaction? transaction}) Future<void>
Creates a relation between the given EmailAccountPasswordResetRequest and EmailAccount by setting the EmailAccountPasswordResetRequest's foreign key emailAccountId to refer to the EmailAccount.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setPasswordChallenge(Session session, EmailAccountPasswordResetRequest emailAccountPasswordResetRequest, SecretChallenge setPasswordChallenge, {Transaction? transaction}) Future<void>
Creates a relation between the given EmailAccountPasswordResetRequest and SecretChallenge by setting the EmailAccountPasswordResetRequest's foreign key setPasswordChallengeId to refer to the SecretChallenge.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited