Sha256: 928f48ebabf08b8e0608317679ffa37ddc0dd33297deffe1378bb582ef748d0c

Contents?: true

Size: 858 Bytes

Versions: 8

Compression:

Stored size: 858 Bytes

Contents

# OryClient::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-client'

instance = OryClient::UpdateVerificationFlowWithLinkMethod.new(
  csrf_token: null,
  email: null,
  method: null
)
```

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ory-client-1.1.33 docs/UpdateVerificationFlowWithLinkMethod.md
ory-client-1.1.32 docs/UpdateVerificationFlowWithLinkMethod.md
ory-client-1.1.31 docs/UpdateVerificationFlowWithLinkMethod.md
ory-client-1.1.30 docs/UpdateVerificationFlowWithLinkMethod.md
ory-client-1.1.29 docs/UpdateVerificationFlowWithLinkMethod.md
ory-client-1.1.28 docs/UpdateVerificationFlowWithLinkMethod.md
ory-client-1.1.27 docs/UpdateVerificationFlowWithLinkMethod.md
ory-client-1.1.26 docs/UpdateVerificationFlowWithLinkMethod.md