Sha256: a969c1d10a6d1ccfe1ed9bbc37215e6176ea4f4a0326fbc4d51d4916e9d10076

Contents?: true

Size: 845 Bytes

Versions: 195

Compression:

Stored size: 845 Bytes

Contents

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

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

Version data entries

195 entries across 195 versions & 1 rubygems

Version Path
ory-client-0.2.0.alpha60 docs/SubmitSelfServiceSettingsFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha48 docs/SubmitSelfServiceSettingsFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha47 docs/SubmitSelfServiceSettingsFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha46 docs/SubmitSelfServiceSettingsFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha45 docs/SubmitSelfServiceSettingsFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha44 docs/SubmitSelfServiceSettingsFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha43 docs/SubmitSelfServiceSettingsFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha42 docs/SubmitSelfServiceSettingsFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha41 docs/SubmitSelfServiceSettingsFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha40 docs/SubmitSelfServiceSettingsFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha39 docs/SubmitSelfServiceSettingsFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha38 docs/SubmitSelfServiceSettingsFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha37 docs/SubmitSelfServiceSettingsFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha36 docs/SubmitSelfServiceSettingsFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha35 docs/SubmitSelfServiceSettingsFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha34 docs/SubmitSelfServiceSettingsFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha33 docs/SubmitSelfServiceSettingsFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha32 docs/SubmitSelfServiceSettingsFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha31 docs/SubmitSelfServiceSettingsFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha30 docs/SubmitSelfServiceSettingsFlowWithTotpMethodBody.md