Sha256: d8fbf042d4cda1a15fc958e1837021b1b08d5636c9e5d03a64bf94a83b7ff498

Contents?: true

Size: 1017 Bytes

Versions: 33

Compression:

Stored size: 1017 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 |  |
| **transient_payload** | **Object** | Transient data to pass along to any webhooks | [optional] |

## Example

```ruby
require 'ory-client'

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

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
ory-client-1.14.1 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.14.0 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.13.10 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.13.6 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.13.4 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.13.3 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.13.2 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.13.1 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.13.0 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.11.6 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.9.0 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.8.1 docs/UpdateRecoveryFlowWithLinkMethod.md
ory-client-1.8.0 docs/UpdateRecoveryFlowWithLinkMethod.md