Sha256: dcc7f0f4ef9e30620d17a2ad87a2cba302483ee9c581ba7a03987cdd9142dea0
Contents?: true
Size: 1.04 KB
Versions: 8
Compression:
Stored size: 1.04 KB
Contents
# OryKratosClient::UpdateVerificationFlowWithLinkMethod ## 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 is the method that should be used for this verification flow Allowed values are `link` and `code` link VerificationStrategyLink code VerificationStrategyCode | | | **transient_payload** | **Object** | Transient data to pass along to any webhooks | [optional] | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::UpdateVerificationFlowWithLinkMethod.new( csrf_token: null, email: null, method: null, transient_payload: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems