Sha256: 5ebf6b0786df0c625f7a9a657b3199d02025a0dc4cd91197a496610296a38796

Contents?: true

Size: 1.31 KB

Versions: 57

Compression:

Stored size: 1.31 KB

Contents

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

## Example

```ruby
require 'ory-client'

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

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
ory-client-1.6.2 docs/UpdateVerificationFlowWithCodeMethod.md
ory-client-1.6.1 docs/UpdateVerificationFlowWithCodeMethod.md
ory-client-1.5.2 docs/UpdateVerificationFlowWithCodeMethod.md
ory-client-1.5.1 docs/UpdateVerificationFlowWithCodeMethod.md
ory-client-1.5.0 docs/UpdateVerificationFlowWithCodeMethod.md
ory-client-1.4.9 docs/UpdateVerificationFlowWithCodeMethod.md
ory-client-1.4.8 docs/UpdateVerificationFlowWithCodeMethod.md
ory-client-1.4.7 docs/UpdateVerificationFlowWithCodeMethod.md
ory-client-1.4.6 docs/UpdateVerificationFlowWithCodeMethod.md
ory-client-1.4.5 docs/UpdateVerificationFlowWithCodeMethod.md
ory-client-1.4.4 docs/UpdateVerificationFlowWithCodeMethod.md
ory-client-1.4.3 docs/UpdateVerificationFlowWithCodeMethod.md
ory-client-1.4.2 docs/UpdateVerificationFlowWithCodeMethod.md
ory-client-1.4.1 docs/UpdateVerificationFlowWithCodeMethod.md
ory-client-1.4.0 docs/UpdateVerificationFlowWithCodeMethod.md
ory-client-1.3.0 docs/UpdateVerificationFlowWithCodeMethod.md
ory-client-1.2.17 docs/UpdateVerificationFlowWithCodeMethod.md
ory-client-1.2.16 docs/UpdateVerificationFlowWithCodeMethod.md
ory-client-1.2.15 docs/UpdateVerificationFlowWithCodeMethod.md
ory-client-1.2.14 docs/UpdateVerificationFlowWithCodeMethod.md