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. | |
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] |