Sha256: 96a4fb3e1ea0bc088c6440e30b2f3af1b7c2a4966c352fd8c5a0cb9765af3c2b

Contents?: true

Size: 1.01 KB

Versions: 2

Compression:

Stored size: 1.01 KB

Contents

# OryKratosClient::UpdateRegistrationFlowWithWebAuthnMethod

## 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. |  |
| **traits** | **Object** | The identity's traits |  |
| **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] |

## Example

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

instance = OryKratosClient::UpdateRegistrationFlowWithWebAuthnMethod.new(
  csrf_token: null,
  method: null,
  traits: null,
  webauthn_register: null,
  webauthn_register_displayname: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-kratos-client-0.11.1 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-kratos-client-0.11.0 docs/UpdateRegistrationFlowWithWebAuthnMethod.md