Sha256: bef951787a701965f6dbe835f378b563c3cc1233f4daf7b8613044dcce377402

Contents?: true

Size: 910 Bytes

Versions: 8

Compression:

Stored size: 910 Bytes

Contents

# OryKratosClient::UpdateSettingsFlowWithPasskeyMethod

## 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 webAuthn pairing. |  |
| **passkey_remove** | **String** | Remove a WebAuthn Security Key  This must contain the ID of the WebAuthN connection. | [optional] |
| **passkey_settings_register** | **String** | Register a WebAuthn Security Key  It is expected that the JSON returned by the WebAuthn registration process is included here. | [optional] |

## Example

```ruby
require 'ory-kratos-client'

instance = OryKratosClient::UpdateSettingsFlowWithPasskeyMethod.new(
  csrf_token: null,
  method: null,
  passkey_remove: null,
  passkey_settings_register: null
)
```

Version data entries

8 entries across 8 versions & 1 rubygems

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