Sha256: eb3247d522dbe05f91f36c54f3d615e7a898d2acae8e8382b1dd9955afc21307

Contents?: true

Size: 941 Bytes

Versions: 33

Compression:

Stored size: 941 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] |
| **transient_payload** | **Object** | Transient data to pass along to any webhooks | [optional] |

## Example

```ruby
require 'ory-client'

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

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
ory-client-1.14.1 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.14.0 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.13.10 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.13.6 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.13.4 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.13.3 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.13.2 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.13.1 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.13.0 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.11.6 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.9.0 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.8.1 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.8.0 docs/UpdateSettingsFlowWithTotpMethod.md