Sha256: 744f8876cf1054772c90779352bad4c07795cd8b743b5463b1eb5c9d7094ac0c
Contents?: true
Size: 960 Bytes
Versions: 2
Compression:
Stored size: 960 Bytes
Contents
# OryKratosClient::UpdateVerificationFlowWithCodeMethodBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **code** | **String** | The verification code | [optional] | | **csrf_token** | **String** | Sending the anti-csrf token is only required for browser login flows. | [optional] | | **email** | **String** | Email to Verify Needs to be set when initiating the flow. If the email is a registered verification email, a verification link will be sent. If the email is not known, a email with details on what happened will be sent instead. format: email | [optional] | | **flow** | **String** | The id of the flow | [optional] | | **method** | **String** | Method is the recovery method | [optional] | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::UpdateVerificationFlowWithCodeMethodBody.new( code: null, csrf_token: null, email: null, flow: null, method: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-kratos-client-0.11.1 | docs/UpdateVerificationFlowWithCodeMethodBody.md |
ory-kratos-client-0.11.0 | docs/UpdateVerificationFlowWithCodeMethodBody.md |