SelfServiceSettingsFlow class abstract

This flow is used when an identity wants to update settings (e.g. profile data, passwords, ...) in a selfservice manner. We recommend reading the User Settings Documentation

Properties:

  • active - Active, if set, contains the registration method that is being used. It is initially not set.
  • expiresAt - ExpiresAt is the time (UTC) when the flow expires. If the user still wishes to update the setting, a new flow has to be initiated.
  • id
  • identity
  • 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.
  • state
  • type - The flow type can either be api or browser.
  • ui

Constructors

SelfServiceSettingsFlow([void updates(SelfServiceSettingsFlowBuilder b)])
factory

Properties

active String?
Active, if set, contains the registration method that is being used. It is initially not set.
no setter
expiresAt DateTime
ExpiresAt is the time (UTC) when the flow expires. If the user still wishes to update the setting, a new flow has to be initiated.
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
no setter
identity Identity
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
state SelfServiceSettingsFlowState
no setter
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(SelfServiceSettingsFlowBuilder)) SelfServiceSettingsFlow
Rebuilds the instance.
inherited
toBuilder() SelfServiceSettingsFlowBuilder
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<SelfServiceSettingsFlow>
no setter