Sha256: 2da92be11ebb48a495a20d963b6ea8889a80e852128589341c9375c0a88a3f2f
Contents?: true
Size: 862 Bytes
Versions: 30
Compression:
Stored size: 862 Bytes
Contents
# OryClient::ProjectWebAuthnConfig ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **enabled** | **Boolean** | Set to true to enable the WebAuthn authentication method. | [optional] | | **rp_display_name** | **String** | The display name to show in the authenticator. | [optional] | | **rp_icon** | **String** | A URL to an icon which might be shown in the authenticator. | [optional] | | **rp_id** | **String** | This must be the hostname of the login page. | [optional] | | **rp_origin** | **String** | This must be the scheme://hostname of the login page. | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::ProjectWebAuthnConfig.new( enabled: null, rp_display_name: Ory Corp, rp_icon: https://example.org/icon.png, rp_id: example.org, rp_origin: https://example.org/ ) ```
Version data entries
30 entries across 30 versions & 1 rubygems