Sha256: 36a35b22b7b81d89c6f5a6e60bb08e3417724910f2e932c4f08346f76cde14a0

Contents?: true

Size: 1.07 KB

Versions: 84

Compression:

Stored size: 1.07 KB

Contents

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

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

Version data entries

84 entries across 84 versions & 1 rubygems

Version Path
ory-client-1.6.2 docs/UpdateSettingsFlowWithWebAuthnMethod.md
ory-client-1.6.1 docs/UpdateSettingsFlowWithWebAuthnMethod.md
ory-client-1.5.2 docs/UpdateSettingsFlowWithWebAuthnMethod.md
ory-client-1.5.1 docs/UpdateSettingsFlowWithWebAuthnMethod.md
ory-client-1.5.0 docs/UpdateSettingsFlowWithWebAuthnMethod.md
ory-client-1.4.9 docs/UpdateSettingsFlowWithWebAuthnMethod.md
ory-client-1.4.8 docs/UpdateSettingsFlowWithWebAuthnMethod.md
ory-client-1.4.7 docs/UpdateSettingsFlowWithWebAuthnMethod.md
ory-client-1.4.6 docs/UpdateSettingsFlowWithWebAuthnMethod.md
ory-client-1.4.5 docs/UpdateSettingsFlowWithWebAuthnMethod.md
ory-client-1.4.4 docs/UpdateSettingsFlowWithWebAuthnMethod.md
ory-client-1.4.3 docs/UpdateSettingsFlowWithWebAuthnMethod.md
ory-client-1.4.2 docs/UpdateSettingsFlowWithWebAuthnMethod.md
ory-client-1.4.1 docs/UpdateSettingsFlowWithWebAuthnMethod.md
ory-client-1.4.0 docs/UpdateSettingsFlowWithWebAuthnMethod.md
ory-client-1.3.0 docs/UpdateSettingsFlowWithWebAuthnMethod.md
ory-client-1.2.17 docs/UpdateSettingsFlowWithWebAuthnMethod.md
ory-client-1.2.16 docs/UpdateSettingsFlowWithWebAuthnMethod.md
ory-client-1.2.15 docs/UpdateSettingsFlowWithWebAuthnMethod.md
ory-client-1.2.14 docs/UpdateSettingsFlowWithWebAuthnMethod.md