Sha256: 613dbf0553d7edda8b4bbd0bd8c1c474fbcc3d6d636fc44da6c92b269f763cd4

Contents?: true

Size: 730 Bytes

Versions: 3

Compression:

Stored size: 730 Bytes

Contents

# OryHydraClient::CompleteSelfServiceRecoveryFlowWithLinkMethod

## 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 in: body | [optional] |

## Example

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

instance = OryHydraClient::CompleteSelfServiceRecoveryFlowWithLinkMethod.new(
  csrf_token: null,
  email: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ory-kratos-client-0.5.5.alpha4 docs/CompleteSelfServiceRecoveryFlowWithLinkMethod.md
ory-kratos-client-0.5.5.alpha3 docs/CompleteSelfServiceRecoveryFlowWithLinkMethod.md
ory-kratos-client-0.5.5.alpha2 docs/CompleteSelfServiceRecoveryFlowWithLinkMethod.md