Sha256: 56aee6daa219e9c3234bc7cdafebbfc6f1db1b4f19d26d48ad7bcad3407dc625
Contents?: true
Size: 1 KB
Versions: 1
Compression:
Stored size: 1 KB
Contents
# OryClient::SubmitSelfServiceRecoveryFlowWithCodeMethodBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **code** | **String** | Code from recovery email Sent to the user once a recovery has been initiated and is used to prove that the user is in possession of the email | [optional] | | **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 | [optional] | | **method** | **String** | Method supports `link` and `code` only right now. | | ## Example ```ruby require 'ory-client' instance = OryClient::SubmitSelfServiceRecoveryFlowWithCodeMethodBody.new( code: null, csrf_token: null, email: null, method: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ory-client-0.2.0.alpha60 | docs/SubmitSelfServiceRecoveryFlowWithCodeMethodBody.md |