Sha256: 31c65e0437c76278c43f006455d35892529f0bbe325b2c8ca2a751b6d111be2b
Contents?: true
Size: 821 Bytes
Versions: 2
Compression:
Stored size: 821 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-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-client-0.0.1.alpha17 | docs/SubmitSelfServiceVerificationFlowWithLinkMethodBody.md |
ory-client-0.0.1.alpha16 | docs/SubmitSelfServiceVerificationFlowWithLinkMethodBody.md |