Sha256: 930259e6e8929b941e483a96b9d625c06428c2013533ae560c51c74cbea99c34

Contents?: true

Size: 726 Bytes

Versions: 23

Compression:

Stored size: 726 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-kratos-client'

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

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
ory-kratos-client-0.7.3.alpha8 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-kratos-client-0.7.3.alpha6 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-kratos-client-0.7.3.alpha5 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-kratos-client-0.7.3.alpha4 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-kratos-client-0.7.3.alpha3 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-kratos-client-0.7.3.alpha2 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-kratos-client-0.7.3.alpha1 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-kratos-client-0.7.1.alpha2 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-kratos-client-0.7.1.alpha1 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-kratos-client-0.7.0.alpha1 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-kratos-client-0.6.3.alpha1 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-kratos-client-0.6.2.alpha1 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-kratos-client-0.6.1.alpha1 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-kratos-client-0.6.0.alpha17 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-kratos-client-0.6.0.alpha16 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-kratos-client-0.6.0.alpha15 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-kratos-client-0.6.0.alpha11 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-kratos-client-0.6.0.alpha8 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-kratos-client-0.6.0.alpha6 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
ory-kratos-client-0.6.0.alpha5 docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md