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.2.0.alpha60 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha48 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha47 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha46 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha45 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha44 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha43 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha42 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha41 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha40 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha39 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha38 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha37 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha36 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha35 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha34 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha33 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha32 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha31 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-client-0.2.0.alpha30 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md