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.0.1.alpha177 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.0.1.alpha176 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.0.1.alpha175 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.0.1.alpha169 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.0.1.alpha168 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.0.1.alpha167 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.0.1.alpha166 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.0.1.alpha165 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.0.1.alpha164 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.0.1.alpha163 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.0.1.alpha162 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.0.1.alpha161 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.0.1.alpha160 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.0.1.alpha159 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.0.1.alpha158 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.0.1.alpha157 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.0.1.alpha156 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.0.1.alpha155 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.0.1.alpha154 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.0.1.alpha153 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md