Sha256: c9e4b946d86148aa61d6c872f45638b27249b0121219b3a1798721b3727496f8

Contents?: true

Size: 995 Bytes

Versions: 27

Compression:

Stored size: 995 Bytes

Contents

# OryClient::UpdateRecoveryFlowWithCodeMethod

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **code** | **String** | Code from recovery email  Sent to the user once a recovery has been initiated and is used to prove that the user is in possession of the email | [optional] |
| **csrf_token** | **String** | Sending the anti-csrf token is only required for browser login flows. | [optional] |
| **email** | **String** | Email to Recover  Needs to be set when initiating the flow. If the email is a registered recovery email, a recovery link will be sent. If the email is not known, a email with details on what happened will be sent instead.  format: email | [optional] |
| **method** | **String** | Method supports `link` and `code` only right now. |  |

## Example

```ruby
require 'ory-client'

instance = OryClient::UpdateRecoveryFlowWithCodeMethod.new(
  code: null,
  csrf_token: null,
  email: null,
  method: null
)
```

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
ory-client-1.1.25 docs/UpdateRecoveryFlowWithCodeMethod.md
ory-client-1.1.24 docs/UpdateRecoveryFlowWithCodeMethod.md
ory-client-1.1.23 docs/UpdateRecoveryFlowWithCodeMethod.md
ory-client-1.1.22 docs/UpdateRecoveryFlowWithCodeMethod.md
ory-client-1.1.21 docs/UpdateRecoveryFlowWithCodeMethod.md
ory-client-1.1.20 docs/UpdateRecoveryFlowWithCodeMethod.md
ory-client-1.1.19 docs/UpdateRecoveryFlowWithCodeMethod.md
ory-client-1.1.18 docs/UpdateRecoveryFlowWithCodeMethod.md
ory-client-1.1.17 docs/UpdateRecoveryFlowWithCodeMethod.md
ory-client-1.1.16 docs/UpdateRecoveryFlowWithCodeMethod.md
ory-client-1.1.15 docs/UpdateRecoveryFlowWithCodeMethod.md
ory-client-1.1.14 docs/UpdateRecoveryFlowWithCodeMethod.md
ory-client-1.1.13 docs/UpdateRecoveryFlowWithCodeMethod.md
ory-client-1.1.12 docs/UpdateRecoveryFlowWithCodeMethod.md
ory-client-1.1.11 docs/UpdateRecoveryFlowWithCodeMethod.md
ory-client-1.1.10 docs/UpdateRecoveryFlowWithCodeMethod.md
ory-client-1.1.7 docs/UpdateRecoveryFlowWithCodeMethod.md
ory-client-1.1.5 docs/UpdateRecoveryFlowWithCodeMethod.md
ory-client-1.1.4 docs/UpdateRecoveryFlowWithCodeMethod.md
ory-client-1.1.3 docs/UpdateRecoveryFlowWithCodeMethod.md