Sha256: 979e4a02fe224b83152255e2278463a1d3af02fd89bc60f569f06f35e3de53b2

Contents?: true

Size: 630 Bytes

Versions: 5

Compression:

Stored size: 630 Bytes

Contents

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ory-kratos-client-0.10.1 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-kratos-client-0.9.0.alpha3 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-kratos-client-0.9.0.alpha2 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-kratos-client-0.8.2.alpha1 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md
ory-kratos-client-0.8.0.alpha2 docs/SubmitSelfServiceLoginFlowWithTotpMethodBody.md