Sha256: fbedb519ce69d65c82f8fd081cf8f682ae1a8f51cdd4d61eb261837e9d9293bd

Contents?: true

Size: 1006 Bytes

Versions: 18

Compression:

Stored size: 1006 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] |
| **transient_payload** | **Object** | Transient data to pass along to any webhooks | [optional] |

## Example

```ruby
require 'ory-client'

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

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
ory-client-1.15.0 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.14.5 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.14.4 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.14.3 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.14.2 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.14.1 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.14.0 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.13.10 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.13.6 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.13.4 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.13.3 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.13.2 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.13.1 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.13.0 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.11.6 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.9.0 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.8.1 docs/UpdateLoginFlowWithCodeMethod.md
ory-client-1.8.0 docs/UpdateLoginFlowWithCodeMethod.md