Sha256: 001061286f73da6df4dd1eee9be22e29764eb6a344fc44040844bcd3e827d9be

Contents?: true

Size: 880 Bytes

Versions: 32

Compression:

Stored size: 880 Bytes

Contents

# OryClient::UpdateLoginFlowWithCodeMethod

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **code** | **String** | Code is the 6 digits code sent to the user | [optional] |
| **csrf_token** | **String** | CSRFToken is the anti-CSRF token |  |
| **identifier** | **String** | Identifier is the code identifier The identifier requires that the user has already completed the registration or settings with code flow. | [optional] |
| **method** | **String** | Method should be set to \"code\" when logging in using the code strategy. |  |
| **resend** | **String** | Resend is set when the user wants to resend the code | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::UpdateLoginFlowWithCodeMethod.new(
  code: null,
  csrf_token: null,
  identifier: null,
  method: null,
  resend: null
)
```

Version data entries

32 entries across 32 versions & 1 rubygems

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