Sha256: 065b64076a177e1d553fb6d5c8067cf3ead5d69979e46bd32350e25af86f6801

Contents?: true

Size: 864 Bytes

Versions: 5

Compression:

Stored size: 864 Bytes

Contents

# OryKratosClient::SubmitSelfServiceSettingsFlowWithTotpMethodBody

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **csrf_token** | **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. |  |
| **totp_code** | **String** | ValidationTOTP must contain a valid TOTP based on the | [optional] |
| **totp_unlink** | **Boolean** | UnlinkTOTP if true will remove the TOTP pairing, effectively removing the credential. This can be used to set up a new TOTP device. | [optional] |

## Example

```ruby
require 'ory-kratos-client'

instance = OryKratosClient::SubmitSelfServiceSettingsFlowWithTotpMethodBody.new(
  csrf_token: null,
  method: null,
  totp_code: null,
  totp_unlink: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ory-kratos-client-0.10.1 docs/SubmitSelfServiceSettingsFlowWithTotpMethodBody.md
ory-kratos-client-0.9.0.alpha3 docs/SubmitSelfServiceSettingsFlowWithTotpMethodBody.md
ory-kratos-client-0.9.0.alpha2 docs/SubmitSelfServiceSettingsFlowWithTotpMethodBody.md
ory-kratos-client-0.8.2.alpha1 docs/SubmitSelfServiceSettingsFlowWithTotpMethodBody.md
ory-kratos-client-0.8.0.alpha2 docs/SubmitSelfServiceSettingsFlowWithTotpMethodBody.md