Sha256: be0bf89752b967ea8e7c25abc72c7ab5c600e05eea15c1324a82c483aa780a29
Contents?: true
Size: 1.21 KB
Versions: 8
Compression:
Stored size: 1.21 KB
Contents
# OryKratosClient::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. | | | **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] | | **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::UpdateSettingsFlowWithWebAuthnMethod.new( csrf_token: null, method: null, transient_payload: null, webauthn_register: null, webauthn_register_displayname: null, webauthn_remove: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems