Package sh.ory.model
Class SelfServiceLoginFlow
java.lang.Object
sh.ory.model.SelfServiceLoginFlow
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class SelfServiceLoginFlow extends Object
This object represents a login flow. A login flow is initiated at the \"Initiate Login API / Browser Flow\" endpoint by a client. Once a login flow is completed successfully, a session cookie or session token will be issued.
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ACTIVEstatic StringSERIALIZED_NAME_CREATED_ATstatic StringSERIALIZED_NAME_EXPIRES_ATstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_ISSUED_ATstatic StringSERIALIZED_NAME_REFRESHstatic StringSERIALIZED_NAME_REQUEST_URLstatic StringSERIALIZED_NAME_REQUESTED_AALstatic StringSERIALIZED_NAME_RETURN_TOstatic StringSERIALIZED_NAME_TYPEstatic StringSERIALIZED_NAME_UIstatic StringSERIALIZED_NAME_UPDATED_AT -
Constructor Summary
Constructors Constructor Description SelfServiceLoginFlow() -
Method Summary
-
Field Details
-
SERIALIZED_NAME_ACTIVE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATED_AT
- 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_REFRESH
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REQUEST_URL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REQUESTED_AAL
- 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
-
SERIALIZED_NAME_UPDATED_AT
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SelfServiceLoginFlow
public SelfServiceLoginFlow()
-
-
Method Details
-
active
-
getActive
Get active- Returns:
- active
-
setActive
-
createdAt
-
getCreatedAt
CreatedAt is a helper struct field for gobuffalo.pop.- Returns:
- createdAt
-
setCreatedAt
-
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 started.- Returns:
- issuedAt
-
setIssuedAt
-
refresh
-
getRefresh
Refresh stores whether this login flow should enforce re-authentication.- Returns:
- refresh
-
setRefresh
-
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
-
requestedAal
-
getRequestedAal
Get requestedAal- Returns:
- requestedAal
-
setRequestedAal
-
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
-
updatedAt
-
getUpdatedAt
UpdatedAt is a helper struct field for gobuffalo.pop.- Returns:
- updatedAt
-
setUpdatedAt
-
equals
-
hashCode
public int hashCode() -
toString
-