Sha256: ad36af5381b8e371f7c4d9d9cbf7c01bd2055ffdde9a3f39a850efa78bafb26e
Contents?: true
Size: 910 Bytes
Versions: 3
Compression:
Stored size: 910 Bytes
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 | | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::UpdateRecoveryFlowWithLinkMethod.new( csrf_token: null, email: null, method: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems