Sha256: 42289ac30a4cf583b5076f06ffdcea29e3a74ac51b21bc662b2b36bfce066c51

Contents?: true

Size: 1.09 KB

Versions: 5

Compression:

Stored size: 1.09 KB

Contents

# OryKratosClient::UpdateSettingsFlowWithWebAuthnMethod

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **csrf_token** | **String** | CSRFToken is the anti-CSRF token | [optional] |
| **method** | **String** | Method  Should be set to \"webauthn\" when trying to add, update, or remove a webAuthn pairing. |  |
| **webauthn_register** | **String** | Register a WebAuthn Security Key  It is expected that the JSON returned by the WebAuthn registration process is included here. | [optional] |
| **webauthn_register_displayname** | **String** | Name of the WebAuthn Security Key to be Added  A human-readable name for the security key which will be added. | [optional] |
| **webauthn_remove** | **String** | Remove a WebAuthn Security Key  This must contain the ID of the WebAuthN connection. | [optional] |

## Example

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

instance = OryKratosClient::UpdateSettingsFlowWithWebAuthnMethod.new(
  csrf_token: null,
  method: null,
  webauthn_register: null,
  webauthn_register_displayname: null,
  webauthn_remove: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ory-kratos-client-1.1.0 docs/UpdateSettingsFlowWithWebAuthnMethod.md
ory-kratos-client-1.0.0 docs/UpdateSettingsFlowWithWebAuthnMethod.md
ory-kratos-client-0.13.1 docs/UpdateSettingsFlowWithWebAuthnMethod.md
ory-kratos-client-0.11.1 docs/UpdateSettingsFlowWithWebAuthnMethod.md
ory-kratos-client-0.11.0 docs/UpdateSettingsFlowWithWebAuthnMethod.md