SelfServiceRegistrationFlow class abstract

SelfServiceRegistrationFlow

Properties:

  • active
  • 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 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.
  • type - The flow type can either be api or browser.
  • ui

Constructors

SelfServiceRegistrationFlow([void updates(SelfServiceRegistrationFlowBuilder b)])
factory

Properties

active IdentityCredentialsType?
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 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
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(SelfServiceRegistrationFlowBuilder)) SelfServiceRegistrationFlow
Rebuilds the instance.
inherited
toBuilder() SelfServiceRegistrationFlowBuilder
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<SelfServiceRegistrationFlow>
no setter