Sha256: f769b56c9cb7b7a881f5856d512e56dbe4bb8de9da68caca664a972243616f6c

Contents?: true

Size: 891 Bytes

Versions: 57

Compression:

Stored size: 891 Bytes

Contents

# OryClient::UpdateRecoveryFlowWithLinkMethod

## 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 is the method that should be used for this recovery flow  Allowed values are `link` and `code` link RecoveryStrategyLink code RecoveryStrategyCode |  |

## Example

```ruby
require 'ory-client'

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

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
ory-client-1.6.2 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.6.1 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.5.2 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.5.1 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.5.0 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.4.9 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.4.8 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.4.7 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.4.6 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.4.5 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.4.4 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.4.3 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.4.2 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.4.1 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.4.0 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.3.0 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.2.17 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.2.16 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.2.15 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.2.14 docs/UpdateRecoveryFlowWithLinkMethod.md