Sha256: 6818f84a2116d72b6ec5148fdf855e49f29cded82ddad19ad3e6e268b8ee233e
Contents?: true
Size: 828 Bytes
Versions: 2
Compression:
Stored size: 828 Bytes
Contents
# OryHydraClient::SubmitSelfServiceVerificationFlowWithLinkMethodBody ## 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 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 | | | **method** | **String** | Method supports `link` only right now. | | ## Example ```ruby require 'ory-kratos-client' instance = OryHydraClient::SubmitSelfServiceVerificationFlowWithLinkMethodBody.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/SubmitSelfServiceVerificationFlowWithLinkMethodBody.md |
ory-kratos-client-0.7.0.alpha1 | docs/SubmitSelfServiceVerificationFlowWithLinkMethodBody.md |