SelfServiceVerificationFlow class abstract

Used to verify an out-of-band communication channel such as an email address or a phone number. For more information head over to: https://www.ory.sh/docs/kratos/selfservice/flows/verify-email-account-activation

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 request expires. If the user still wishes to verify the address, a new request has to be initiated.
  • id
  • issuedAt - IssuedAt is the time (UTC) when the request 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

SelfServiceVerificationFlow([void updates(SelfServiceVerificationFlowBuilder 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 request expires. If the user still wishes to verify the address, a new request 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 request 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 SelfServiceVerificationFlowState
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(SelfServiceVerificationFlowBuilder)) SelfServiceVerificationFlow
Rebuilds the instance.
inherited
toBuilder() SelfServiceVerificationFlowBuilder
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<SelfServiceVerificationFlow>
no setter