Sha256: b6f2f59c9560b17e080be5a0aee7d987c5aad9166b71ee07357cabba42939351

Contents?: true

Size: 932 Bytes

Versions: 8

Compression:

Stored size: 932 Bytes

Contents

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

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

Version data entries

8 entries across 8 versions & 1 rubygems

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