Sha256: 2331aef1e566be6fd1ec263e84d4e135f4978a8975ae14491df84a9fc31571a2

Contents?: true

Size: 1.12 KB

Versions: 5

Compression:

Stored size: 1.12 KB

Contents

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

instance = OryKratosClient::SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.new(
  csrf_token: null,
  method: null,
  webauthn_register: null,
  webauthn_register_displayname: null,
  webauthn_remove: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ory-kratos-client-0.10.1 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-kratos-client-0.9.0.alpha3 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-kratos-client-0.9.0.alpha2 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-kratos-client-0.8.2.alpha1 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md
ory-kratos-client-0.8.0.alpha2 docs/SubmitSelfServiceSettingsFlowWithWebAuthnMethodBody.md