Sha256: 82a6087a22cf4a1f68985640bf51b77d2fe38d8024e46b6bf8abe75b04002cb2

Contents?: true

Size: 785 Bytes

Versions: 2

Compression:

Stored size: 785 Bytes

Contents

# OryKratosClient::UpdateRecoveryFlowWithLinkMethod

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **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 |  |
| **method** | **String** | Method supports `link` only right now. |  |

## Example

```ruby
require 'ory-kratos-client'

instance = OryKratosClient::UpdateRecoveryFlowWithLinkMethod.new(
  csrf_token: null,
  email: null,
  method: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-kratos-client-0.11.1 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-kratos-client-0.11.0 docs/UpdateRecoveryFlowWithLinkMethod.md