SelfServiceRecoveryFlow class abstract

This request is used when an identity wants to recover their account. We recommend reading the Account Recovery Documentation

Properties:

  • active - Active, if set, contains the registration method that is being used. It is initially not set.
  • expiresAt - ExpiresAt is the time (UTC) when the request expires. If the user still wishes to update the setting, a new request has to be initiated.
  • id
  • issuedAt - IssuedAt is the time (UTC) when the request occurred.
  • requestUrl - RequestURL is the initial URL that was requested from Ory Kratos. It can be used to forward information contained in the URL's path or query for example.
  • returnTo - ReturnTo contains the requested return_to URL.
  • state
  • type - The flow type can either be api or browser.
  • ui

Constructors

SelfServiceRecoveryFlow([void updates(SelfServiceRecoveryFlowBuilder b)])
factory

Properties

active String?
Active, if set, contains the registration method that is being used. It is initially not set.
no setter
expiresAt DateTime
ExpiresAt is the time (UTC) when the request expires. If the user still wishes to update the setting, a new request has to be initiated.
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
no setter
issuedAt DateTime
IssuedAt is the time (UTC) when the request occurred.
no setter
requestUrl String
RequestURL is the initial URL that was requested from Ory Kratos. It can be used to forward information contained in the URL's path or query for example.
no setter
returnTo String?
ReturnTo contains the requested return_to URL.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state SelfServiceRecoveryFlowState
no setter
type String?
The flow type can either be api or browser.
no setter
ui UiContainer
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(SelfServiceRecoveryFlowBuilder)) SelfServiceRecoveryFlow
Rebuilds the instance.
inherited
toBuilder() SelfServiceRecoveryFlowBuilder
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<SelfServiceRecoveryFlow>
no setter