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.16.2 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.16.1 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.16.0 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.15.17 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.15.16 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.15.15 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.15.14 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.15.13 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.15.12 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.15.10 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.15.7 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.15.6 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.15.5 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.15.4 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.15.3 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.15.0 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.14.5 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.14.4 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.14.3 docs/UpdateSettingsFlowWithTotpMethod.md
ory-client-1.14.2 docs/UpdateSettingsFlowWithTotpMethod.md