Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 875 Bytes

SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md

File metadata and controls

17 lines (12 loc) · 875 Bytes

kratos_api_dart.model.SubmitSelfServiceRecoveryFlowWithLinkMethodBody

Load the model package

import 'package:kratos_api_dart/api.dart';

Properties

Name Type Description Notes
csrfToken String Sending the anti-csrf token is only required for browser login flows. [optional]
email String Email to Recover Needs to be set when initiating the flow. If the email is a registered recovery email, a recovery link will be sent. If the email is not known, a email with details on what happened will be sent instead. format: email
method String Method supports link only right now.

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