Sha256: d72841bfacb7db0c25c83a925316e12cf62d87e02cdc74bbc3205a184f7dc045

Contents?: true

Size: 815 Bytes

Versions: 84

Compression:

Stored size: 815 Bytes

Contents

# OryClient::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-client'

instance = OryClient::UpdateSettingsFlowWithTotpMethod.new(
  csrf_token: null,
  method: null,
  totp_code: null,
  totp_unlink: null
)
```

Version data entries

84 entries across 84 versions & 1 rubygems

Version Path
ory-client-1.1.41 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.1.40 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.1.39.alpha0 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.1.39 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.1.38 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.1.37 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.1.36 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.1.35 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.1.34 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.1.33 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.1.32 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.1.31 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.1.30 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.1.29 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.1.28 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.1.27 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.1.26 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.1.25 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.1.24 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.1.23 docs/UpdateSettingsFlowWithTotpMethod.md