Sha256: 0e782412ac26e97f515b8138a66022b127842028075d0ee56655053e630e5e01

Contents?: true

Size: 1.01 KB

Versions: 1

Compression:

Stored size: 1.01 KB

Contents

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ory-kratos-client-1.2.1 docs/UpdateRecoveryFlowWithLinkMethod.md