Sha256: 9fbfdffb10b07be2eebae11517973729ff1618c0c52792c91dcbad947a19f772

Contents?: true

Size: 1017 Bytes

Versions: 19

Compression:

Stored size: 1017 Bytes

Contents

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

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

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
ory-client-1.1.17 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.1.16 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.1.15 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.1.14 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.1.13 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.1.12 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.1.11 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.1.10 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.1.7 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.1.5 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.1.4 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.1.3 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.1.2 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.1.1 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.1.0 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.0.2 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.0.1 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.0.0 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.0.0.alpha0 docs/UpdateRegistrationFlowWithWebAuthnMethod.md