Sha256: a396b120aa9b751b0a1092ee2cf286dd15982db61572787359c327f857834d12

Contents?: true

Size: 1.13 KB

Versions: 4

Compression:

Stored size: 1.13 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 |  |
| **transient_payload** | **Object** | Transient data to pass along to any webhooks | [optional] |
| **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,
  transient_payload: null,
  webauthn_register: null,
  webauthn_register_displayname: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ory-kratos-client-1.2.1 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-kratos-client-1.1.0 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-kratos-client-1.0.0 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-kratos-client-0.13.1 docs/UpdateRegistrationFlowWithWebAuthnMethod.md