Sha256: f7285d0a4317a1f7e36e3ec08216846be2a05d08ade49165d6e0f5763ae0c32c

Contents?: true

Size: 815 Bytes

Versions: 20

Compression:

Stored size: 815 Bytes

Contents

# OryKratosClient::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-kratos-client'

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

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
ory-kratos-client-0.10.1 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-kratos-client-0.9.0.alpha3 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-kratos-client-0.9.0.alpha2 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-kratos-client-0.8.2.alpha1 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-kratos-client-0.8.0.alpha2 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-kratos-client-0.7.6.alpha7 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-kratos-client-0.7.6.alpha6 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-kratos-client-0.7.6.alpha5 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-kratos-client-0.7.6.alpha4 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-kratos-client-0.7.6.alpha3 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-kratos-client-0.7.6.alpha1 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-kratos-client-0.7.5.alpha2 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-kratos-client-0.7.3.alpha8 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-kratos-client-0.7.3.alpha6 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-kratos-client-0.7.3.alpha5 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-kratos-client-0.7.3.alpha4 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-kratos-client-0.7.3.alpha3 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-kratos-client-0.7.3.alpha2 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-kratos-client-0.7.3.alpha1 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md
ory-kratos-client-0.7.1.alpha2 docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md