Sha256: 612a02d8e4ff38c6020a3512c8357c10e3f76c432925bf1d20335fae973a6e45

Contents?: true

Size: 1.1 KB

Versions: 195

Compression:

Stored size: 1.1 KB

Contents

# OryClient::SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody

## 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::SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.new(
  csrf_token: null,
  method: null,
  webauthn_register: null,
  webauthn_register_displayname: null,
  webauthn_remove: null
)
```

Version data entries

195 entries across 195 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha87 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha86 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha85 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha84 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha83 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha82 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha81 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha80 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha79 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha78 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha77 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha76 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha75 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha74 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha73 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha72 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha71 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha70 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha69 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.0.1.alpha68 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md