Package sh.ory.model
Class SelfServiceRecoveryFlow
java.lang.Object
sh.ory.model.SelfServiceRecoveryFlow
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-07-26T09:37:11.487071522Z[Etc/UTC]") public class SelfServiceRecoveryFlow extends Object
This request is used when an identity wants to recover their account. We recommend reading the [Account Recovery Documentation](../self-service/flows/password-reset-account-recovery)
-
Field Summary
Fields Modifier and Type Field Description static String
SERIALIZED_NAME_ACTIVE
static String
SERIALIZED_NAME_EXPIRES_AT
static String
SERIALIZED_NAME_ID
static String
SERIALIZED_NAME_ISSUED_AT
static String
SERIALIZED_NAME_REQUEST_URL
static String
SERIALIZED_NAME_RETURN_TO
static String
SERIALIZED_NAME_STATE
static String
SERIALIZED_NAME_TYPE
static String
SERIALIZED_NAME_UI
-
Constructor Summary
Constructors Constructor Description SelfServiceRecoveryFlow()
-
Method Summary
-
Field Details
-
SERIALIZED_NAME_ACTIVE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EXPIRES_AT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ISSUED_AT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REQUEST_URL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RETURN_TO
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_UI
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SelfServiceRecoveryFlow
public SelfServiceRecoveryFlow()
-
-
Method Details
-
active
-
getActive
Active, if set, contains the registration method that is being used. It is initially not set.- Returns:
- active
-
setActive
-
expiresAt
-
getExpiresAt
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.- Returns:
- expiresAt
-
setExpiresAt
-
id
-
getId
Get id- Returns:
- id
-
setId
-
issuedAt
-
getIssuedAt
IssuedAt is the time (UTC) when the request occurred.- Returns:
- issuedAt
-
setIssuedAt
-
requestUrl
-
getRequestUrl
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.- Returns:
- requestUrl
-
setRequestUrl
-
returnTo
-
getReturnTo
ReturnTo contains the requested return_to URL.- Returns:
- returnTo
-
setReturnTo
-
state
-
getState
Get state- Returns:
- state
-
setState
-
type
-
getType
The flow type can either be `api` or `browser`.- Returns:
- type
-
setType
-
ui
-
getUi
Get ui- Returns:
- ui
-
setUi
-
equals
-
hashCode
public int hashCode() -
toString
-