Sha256: e1798d4672bb47904b6f5f1040f0f24eb4cec20ab41da7275d080cd25a13b942

Contents?: true

Size: 745 Bytes

Versions: 3

Compression:

Stored size: 745 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] |

## Example

```ruby
require 'ory-kratos-client'

instance = OryHydraClient::CompleteSelfServiceVerificationFlowWithLinkMethod.new(
  csrf_token: null,
  email: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ory-kratos-client-0.5.5.alpha4 docs/CompleteSelfServiceVerificationFlowWithLinkMethod.md
ory-kratos-client-0.5.5.alpha3 docs/CompleteSelfServiceVerificationFlowWithLinkMethod.md
ory-kratos-client-0.5.5.alpha2 docs/CompleteSelfServiceVerificationFlowWithLinkMethod.md