Sha256: 4ee2f9e9987ba6223cbf80e1fa1bf6ae687a6737ae6bf16ae26ed7d4f185394a

Contents?: true

Size: 1.12 KB

Versions: 90

Compression:

Stored size: 1.12 KB

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 |  |
| **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-client'

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

Version data entries

90 entries across 90 versions & 1 rubygems

Version Path
ory-client-1.15.12 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.15.10 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.15.7 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.15.6 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.15.5 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.15.4 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.15.3 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.15.0 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.14.5 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.14.4 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.14.3 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.14.2 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.14.1 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.14.0 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.13.10 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.13.6 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.13.4 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.13.3 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.13.2 docs/UpdateRegistrationFlowWithWebAuthnMethod.md
ory-client-1.13.1 docs/UpdateRegistrationFlowWithWebAuthnMethod.md