import 'package:kratos_api_dart/api.dart';
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] |