Sha256: 6194a870fbff212bb788d05b6b92d547c766c509c920a7daaa3b3665f6e784fd

Contents?: true

Size: 796 Bytes

Versions: 195

Compression:

Stored size: 796 Bytes

Contents

# OryClient::SubmitSelfServiceRecoveryFlowWithLinkMethodBody

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

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

Version data entries

195 entries across 195 versions & 1 rubygems

Version Path
ory-client-0.2.0.alpha60 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-client-0.2.0.alpha48 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-client-0.2.0.alpha47 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-client-0.2.0.alpha46 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-client-0.2.0.alpha45 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-client-0.2.0.alpha44 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-client-0.2.0.alpha43 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-client-0.2.0.alpha42 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-client-0.2.0.alpha41 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-client-0.2.0.alpha40 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-client-0.2.0.alpha39 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-client-0.2.0.alpha38 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-client-0.2.0.alpha37 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-client-0.2.0.alpha36 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-client-0.2.0.alpha35 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-client-0.2.0.alpha34 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-client-0.2.0.alpha33 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-client-0.2.0.alpha32 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-client-0.2.0.alpha31 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-client-0.2.0.alpha30 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md