import 'package:kratos_api_dart/api.dart';
Name | Type | Description | Notes |
---|---|---|---|
csrfToken | String | CSRFToken is the anti-CSRF token | [optional] |
method | String | Method Should be set to "totp" when trying to add, update, or remove a totp pairing. | |
password | String | Password is the updated password | |
traits | JsonObject | The identity's traits in: body | |
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] |
unlink | String | Unlink this provider Either this or link must be set. type: string in: body |
[optional] |
totpCode | String | ValidationTOTP must contain a valid TOTP based on the | [optional] |
totpUnlink | bool | UnlinkTOTP if true will remove the TOTP pairing, effectively removing the credential. This can be used to set up a new TOTP device. | [optional] |