Sha256: 607964b85c342fc9a1212585ae445bf8459dce9f07ae40ce0a86b35fa65ad4f9
Contents?: true
Size: 787 Bytes
Versions: 5
Compression:
Stored size: 787 Bytes
Contents
# OryHydraClient::CompleteSelfServiceVerificationFlowWithLinkMethod ## 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] ## Code Sample ```ruby require 'OryHydraClient' instance = OryHydraClient::CompleteSelfServiceVerificationFlowWithLinkMethod.new(csrf_token: null, email: null) ```
Version data entries
5 entries across 5 versions & 1 rubygems