Sha256: e3ba95dccbde000d620d0afde61652cb27b1e492e3d7dc22519dd945744afe52

Contents?: true

Size: 611 Bytes

Versions: 195

Compression:

Stored size: 611 Bytes

Contents

# OryClient::SubmitSelfServiceLoginFlowWithTotpMethodBody

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **csrf_token** | **String** | Sending the anti-csrf token is only required for browser login flows. | [optional] |
| **method** | **String** | Method should be set to \"totp\" when logging in using the TOTP strategy. |  |
| **totp_code** | **String** | The TOTP code. |  |

## Example

```ruby
require 'ory-client'

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

Version data entries

195 entries across 195 versions & 1 rubygems

Version Path
ory-client-0.1.0.alpha9 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.1.0.alpha8 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.1.0.alpha7 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.1.0.alpha6 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.1.0.alpha5 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.1.0.alpha4 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.1.0.alpha3 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.1.0.alpha2 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.1.0.alpha1 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.0.1.alpha189 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.0.1.alpha188 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.0.1.alpha187 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.0.1.alpha186 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.0.1.alpha184 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.0.1.alpha183 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.0.1.alpha182 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.0.1.alpha181 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.0.1.alpha180 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.0.1.alpha179 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.0.1.alpha178 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md