Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 920 Bytes

SubmitSelfServiceSettingsFlowWithOidcMethodBody.md

File metadata and controls

19 lines (14 loc) · 920 Bytes

kratos_api_dart.model.SubmitSelfServiceSettingsFlowWithOidcMethodBody

Load the model package

import 'package:kratos_api_dart/api.dart';

Properties

Name Type Description Notes
flow String Flow ID is the flow's ID. in: query [optional]
link String Link this provider Either this or unlink must be set. type: string in: body [optional]
method String Method Should be set to profile when trying to update a profile.
traits JsonObject The identity's traits in: body [optional]
unlink String Unlink this provider Either this or link must be set. type: string in: body [optional]

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