Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.35 KB

SelfServiceVerificationFlow.md

File metadata and controls

23 lines (18 loc) · 1.35 KB

kratos_api_dart.model.SelfServiceVerificationFlow

Load the model package

import 'package:kratos_api_dart/api.dart';

Properties

Name Type Description Notes
active String Active, if set, contains the registration method that is being used. It is initially not set. [optional]
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. [optional]
id String
issuedAt DateTime IssuedAt is the time (UTC) when the request occurred. [optional]
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. [optional]
returnTo String ReturnTo contains the requested return_to URL. [optional]
state SelfServiceVerificationFlowState
type String The flow type can either be api or browser.
ui UiContainer

[Back to Model list] [Back to API list] [Back to README]