Sha256: 7d27c5e06c2b9c43038ac5bb6777e567f120968a116fbf6ff914c625b7d3d4a6

Contents?: true

Size: 719 Bytes

Versions: 15

Compression:

Stored size: 719 Bytes

Contents

# OryHydraClient::SubmitSelfServiceRecoveryFlowWithLinkMethod

## 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-client'

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha19 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-client-0.0.1.alpha18 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-client-0.0.1.alpha17 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-client-0.0.1.alpha16 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-client-0.0.1.alpha15 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-client-0.0.1.alpha14 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-client-0.0.1.alpha13 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-client-0.0.1.alpha12 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-client-0.0.1.alpha11 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-client-0.0.1.alpha10 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-client-0.0.1.alpha9 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-client-0.0.1.alpha8 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-client-0.0.1.alpha7 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-client-0.0.1.alpha6 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-client-0.0.1.alpha5 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md