Sha256: 3f18f1f37ca24f1b95ef74a89c98757fc124f1fb6cd453356f750db5cabbb7e0
Contents?: true
Size: 877 Bytes
Versions: 1
Compression:
Stored size: 877 Bytes
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` | | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::UpdateVerificationFlowWithLinkMethod.new( csrf_token: null, email: null, method: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ory-kratos-client-0.13.1 | docs/UpdateVerificationFlowWithLinkMethod.md |