Sha256: 5e4d11cd7976ea1585c6594e8e7e9eeb6784da35c8036a245638590c93b6c1cd

Contents?: true

Size: 1.21 KB

Versions: 15

Compression:

Stored size: 1.21 KB

Contents

# OryClient::UpdateLoginFlowWithCodeMethod

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **address** | **String** | Address is the address to send the code to, in case that there are multiple addresses. This field is only used in two-factor flows and is ineffective for passwordless flows. | [optional] |
| **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] |
| **transient_payload** | **Object** | Transient data to pass along to any webhooks | [optional] |

## Example

```ruby
require 'ory-client'

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
ory-client-1.16.2 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.16.1 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.16.0 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.15.17 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.15.16 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.15.15 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.15.14 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.15.13 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.15.12 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.15.10 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.15.7 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.15.6 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.15.5 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.15.4 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.15.3 docs/UpdateLoginFlowWithCodeMethod.md