SelfServiceLoginFlow class abstract

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.

Properties:

  • active
  • createdAt - CreatedAt is a helper struct field for gobuffalo.pop.
  • expiresAt - ExpiresAt is the time (UTC) when the flow expires. If the user still wishes to log in, a new flow has to be initiated.
  • id
  • issuedAt - IssuedAt is the time (UTC) when the flow started.
  • refresh - Refresh stores whether this login flow should enforce re-authentication.
  • 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.
  • requestedAal
  • returnTo - ReturnTo contains the requested return_to URL.
  • type - The flow type can either be api or browser.
  • ui
  • updatedAt - UpdatedAt is a helper struct field for gobuffalo.pop.

Constructors

SelfServiceLoginFlow([void updates(SelfServiceLoginFlowBuilder b)])
factory

Properties

active IdentityCredentialsType?
no setter
createdAt DateTime?
CreatedAt is a helper struct field for gobuffalo.pop.
no setter
expiresAt DateTime
ExpiresAt is the time (UTC) when the flow expires. If the user still wishes to log in, a new flow 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 flow started.
no setter
refresh bool?
Refresh stores whether this login flow should enforce re-authentication.
no setter
requestedAal AuthenticatorAssuranceLevel?
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
type String
The flow type can either be api or browser.
no setter
ui UiContainer
no setter
updatedAt DateTime?
UpdatedAt is a helper struct field for gobuffalo.pop.
no setter

Methods

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