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

Version Path
ory-client-0.0.1.alpha58 docs/ProjectWebAuthnConfig.md
ory-client-0.0.1.alpha57 docs/ProjectWebAuthnConfig.md
ory-client-0.0.1.alpha56 docs/ProjectWebAuthnConfig.md
ory-client-0.0.1.alpha55 docs/ProjectWebAuthnConfig.md
ory-client-0.0.1.alpha54 docs/ProjectWebAuthnConfig.md
ory-client-0.0.1.alpha53 docs/ProjectWebAuthnConfig.md
ory-client-0.0.1.alpha52 docs/ProjectWebAuthnConfig.md
ory-client-0.0.1.alpha51 docs/ProjectWebAuthnConfig.md
ory-client-0.0.1.alpha50 docs/ProjectWebAuthnConfig.md
ory-client-0.0.1.alpha49 docs/ProjectWebAuthnConfig.md
ory-client-0.0.1.alpha48 docs/ProjectWebAuthnConfig.md
ory-client-0.0.1.alpha47 docs/ProjectWebAuthnConfig.md
ory-client-0.0.1.alpha46 docs/ProjectWebAuthnConfig.md
ory-client-0.0.1.alpha45 docs/ProjectWebAuthnConfig.md
ory-client-0.0.1.alpha44 docs/ProjectWebAuthnConfig.md
ory-client-0.0.1.alpha43 docs/ProjectWebAuthnConfig.md
ory-client-0.0.1.alpha42 docs/ProjectWebAuthnConfig.md
ory-client-0.0.1.alpha41 docs/ProjectWebAuthnConfig.md
ory-client-0.0.1.alpha40 docs/ProjectWebAuthnConfig.md
ory-client-0.0.1.alpha39 docs/ProjectWebAuthnConfig.md