Sha256: e21cb089d1eceda8f833d3a8b9ccabb8d28e3976ea7208c55ec627b36bcdaf0d
Contents?: true
Size: 1014 Bytes
Versions: 2
Compression:
Stored size: 1014 Bytes
Contents
# OryKratosClient::UpdateRecoveryFlowWithCodeMethod ## 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-kratos-client' instance = OryKratosClient::UpdateRecoveryFlowWithCodeMethod.new( code: null, csrf_token: null, email: null, method: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-kratos-client-0.11.1 | docs/UpdateRecoveryFlowWithCodeMethod.md |
ory-kratos-client-0.11.0 | docs/UpdateRecoveryFlowWithCodeMethod.md |