Sha256: 019254ed9e406e744b22326f9bfcc4833e29ae5a0e5b9076c9a8d806f33951c0
Contents?: true
Size: 813 Bytes
Versions: 2
Compression:
Stored size: 813 Bytes
Contents
# OryHydraClient::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 = OryHydraClient::SubmitSelfServiceRecoveryFlowWithLinkMethodBody.new( csrf_token: null, email: null, method: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-kratos-client-0.7.1.alpha1 | docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md |
ory-kratos-client-0.7.0.alpha1 | docs/SubmitSelfServiceRecoveryFlowWithLinkMethodBody.md |