Sha256: b80b485a85a628026cb1997d20c7eeff51c40ab16e1f03bde9c652f6f677765b

Contents?: true

Size: 581 Bytes

Versions: 84

Compression:

Stored size: 581 Bytes

Contents

# OryClient::UpdateLoginFlowWithTotpMethod

## 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::UpdateLoginFlowWithTotpMethod.new(
  csrf_token: null,
  method: null,
  totp_code: null
)
```

Version data entries

84 entries across 84 versions & 1 rubygems

Version Path
ory-client-1.6.2 docs/UpdateLoginFlowWithTotpMethod.md
ory-client-1.6.1 docs/UpdateLoginFlowWithTotpMethod.md
ory-client-1.5.2 docs/UpdateLoginFlowWithTotpMethod.md
ory-client-1.5.1 docs/UpdateLoginFlowWithTotpMethod.md
ory-client-1.5.0 docs/UpdateLoginFlowWithTotpMethod.md
ory-client-1.4.9 docs/UpdateLoginFlowWithTotpMethod.md
ory-client-1.4.8 docs/UpdateLoginFlowWithTotpMethod.md
ory-client-1.4.7 docs/UpdateLoginFlowWithTotpMethod.md
ory-client-1.4.6 docs/UpdateLoginFlowWithTotpMethod.md
ory-client-1.4.5 docs/UpdateLoginFlowWithTotpMethod.md
ory-client-1.4.4 docs/UpdateLoginFlowWithTotpMethod.md
ory-client-1.4.3 docs/UpdateLoginFlowWithTotpMethod.md
ory-client-1.4.2 docs/UpdateLoginFlowWithTotpMethod.md
ory-client-1.4.1 docs/UpdateLoginFlowWithTotpMethod.md
ory-client-1.4.0 docs/UpdateLoginFlowWithTotpMethod.md
ory-client-1.3.0 docs/UpdateLoginFlowWithTotpMethod.md
ory-client-1.2.17 docs/UpdateLoginFlowWithTotpMethod.md
ory-client-1.2.16 docs/UpdateLoginFlowWithTotpMethod.md
ory-client-1.2.15 docs/UpdateLoginFlowWithTotpMethod.md
ory-client-1.2.14 docs/UpdateLoginFlowWithTotpMethod.md