Sha256: a19a3e85ab53547176435a038082a85108e4fbdb6c2b023c72ba2212f254d241

Contents?: true

Size: 834 Bytes

Versions: 5

Compression:

Stored size: 834 Bytes

Contents

# OryKratosClient::UpdateSettingsFlowWithTotpMethod

## 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::UpdateSettingsFlowWithTotpMethod.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-1.1.0 docs/UpdateSettingsFlowWithTotpMethod.md
ory-kratos-client-1.0.0 docs/UpdateSettingsFlowWithTotpMethod.md
ory-kratos-client-0.13.1 docs/UpdateSettingsFlowWithTotpMethod.md
ory-kratos-client-0.11.1 docs/UpdateSettingsFlowWithTotpMethod.md
ory-kratos-client-0.11.0 docs/UpdateSettingsFlowWithTotpMethod.md