Package sh.ory.model
Class SelfServiceRegistrationFlow
java.lang.Object
sh.ory.model.SelfServiceRegistrationFlow
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class SelfServiceRegistrationFlow extends Object
SelfServiceRegistrationFlow
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ACTIVEstatic StringSERIALIZED_NAME_EXPIRES_ATstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_ISSUED_ATstatic StringSERIALIZED_NAME_REQUEST_URLstatic StringSERIALIZED_NAME_RETURN_TOstatic StringSERIALIZED_NAME_TYPEstatic StringSERIALIZED_NAME_UI -
Constructor Summary
Constructors Constructor Description SelfServiceRegistrationFlow() -
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_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_UI
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SelfServiceRegistrationFlow
public SelfServiceRegistrationFlow()
-
-
Method Details
-
active
-
getActive
Get active- Returns:
- active
-
setActive
-
expiresAt
-
getExpiresAt
ExpiresAt is the time (UTC) when the flow expires. If the user still wishes to log in, a new flow has to be initiated.- Returns:
- expiresAt
-
setExpiresAt
-
id
-
getId
Get id- Returns:
- id
-
setId
-
issuedAt
-
getIssuedAt
IssuedAt is the time (UTC) when the flow 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
-
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
-