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.2.0.alpha60 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha48 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha47 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha46 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha45 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha44 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha43 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha42 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha41 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha40 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha39 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha38 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha37 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha36 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha35 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha34 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha33 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha32 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha31 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-client-0.2.0.alpha30 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md