Sha256: 6d0b58d006ca3cfe253db882f006964c6c12cfd32b472c62ce64606672f734f6

Contents?: true

Size: 1.45 KB

Versions: 8

Compression:

Stored size: 1.45 KB

Contents

# OryKratosClient::UpdateVerificationFlowWithCodeMethod

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **code** | **String** | Code from the recovery email  If you want to submit a code, use this field, but make sure to _not_ include the email field, as well. | [optional] |
| **csrf_token** | **String** | Sending the anti-csrf token is only required for browser login flows. | [optional] |
| **email** | **String** | The email address to verify  If the email belongs to a valid account, a verifiation email will be sent.  If you want to notify the email address if the account does not exist, see the [notify_unknown_recipients flag](https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation#attempted-verification-notifications)  If a code was already sent, including this field in the payload will invalidate the sent code and re-send a new code.  format: email | [optional] |
| **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::UpdateVerificationFlowWithCodeMethod.new(
  code: null,
  csrf_token: null,
  email: null,
  method: null,
  transient_payload: null
)
```

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ory-kratos-client-1.3.8 docs/UpdateVerificationFlowWithCodeMethod.md
ory-kratos-client-1.3.7 docs/UpdateVerificationFlowWithCodeMethod.md
ory-kratos-client-1.3.6 docs/UpdateVerificationFlowWithCodeMethod.md
ory-kratos-client-1.3.6.alpha2 docs/UpdateVerificationFlowWithCodeMethod.md
ory-kratos-client-1.3.6.alpha1 docs/UpdateVerificationFlowWithCodeMethod.md
ory-kratos-client-1.3.5 docs/UpdateVerificationFlowWithCodeMethod.md
ory-kratos-client-1.3.4 docs/UpdateVerificationFlowWithCodeMethod.md
ory-kratos-client-1.2.1 docs/UpdateVerificationFlowWithCodeMethod.md