Sha256: d5f1d3b2bbff53ecfae07c4da09fb6fdb28baa5fee5ddc102d2449b10e37a706

Contents?: true

Size: 913 Bytes

Versions: 30

Compression:

Stored size: 913 Bytes

Contents

# OryClient::UpdateRegistrationFlowWithPasskeyMethod

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **csrf_token** | **String** | CSRFToken is the anti-CSRF token | [optional] |
| **method** | **String** | Method  Should be set to \"passkey\" when trying to add, update, or remove a Passkey. |  |
| **passkey_register** | **String** | Register a WebAuthn Security Key  It is expected that the JSON returned by the WebAuthn registration process is included here. | [optional] |
| **traits** | **Object** | The identity's traits |  |
| **transient_payload** | **Object** | Transient data to pass along to any webhooks | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::UpdateRegistrationFlowWithPasskeyMethod.new(
  csrf_token: null,
  method: null,
  passkey_register: null,
  traits: null,
  transient_payload: null
)
```

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
ory-client-1.16.2 docs/UpdateRegistrationFlowWithPasskeyMethod.md
ory-client-1.16.1 docs/UpdateRegistrationFlowWithPasskeyMethod.md
ory-client-1.16.0 docs/UpdateRegistrationFlowWithPasskeyMethod.md
ory-client-1.15.17 docs/UpdateRegistrationFlowWithPasskeyMethod.md
ory-client-1.15.16 docs/UpdateRegistrationFlowWithPasskeyMethod.md
ory-client-1.15.15 docs/UpdateRegistrationFlowWithPasskeyMethod.md
ory-client-1.15.14 docs/UpdateRegistrationFlowWithPasskeyMethod.md
ory-client-1.15.13 docs/UpdateRegistrationFlowWithPasskeyMethod.md
ory-client-1.15.12 docs/UpdateRegistrationFlowWithPasskeyMethod.md
ory-client-1.15.10 docs/UpdateRegistrationFlowWithPasskeyMethod.md
ory-client-1.15.7 docs/UpdateRegistrationFlowWithPasskeyMethod.md
ory-client-1.15.6 docs/UpdateRegistrationFlowWithPasskeyMethod.md
ory-client-1.15.5 docs/UpdateRegistrationFlowWithPasskeyMethod.md
ory-client-1.15.4 docs/UpdateRegistrationFlowWithPasskeyMethod.md
ory-client-1.15.3 docs/UpdateRegistrationFlowWithPasskeyMethod.md
ory-client-1.15.0 docs/UpdateRegistrationFlowWithPasskeyMethod.md
ory-client-1.14.5 docs/UpdateRegistrationFlowWithPasskeyMethod.md
ory-client-1.14.4 docs/UpdateRegistrationFlowWithPasskeyMethod.md
ory-client-1.14.3 docs/UpdateRegistrationFlowWithPasskeyMethod.md
ory-client-1.14.2 docs/UpdateRegistrationFlowWithPasskeyMethod.md