Sha256: fe315b6a78865a5f5e1a8edbb7e771b45897b939ce847b853c630c600ad8df9b
Contents?: true
Size: 734 Bytes
Versions: 15
Compression:
Stored size: 734 Bytes
Contents
# OryHydraClient::SubmitSelfServiceVerificationFlowWithLinkMethod ## 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 in: body | [optional] | ## Example ```ruby require 'ory-client' instance = OryHydraClient::SubmitSelfServiceVerificationFlowWithLinkMethod.new( csrf_token: null, email: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems