Share via


IdentityPasskeyOptions.ServerDomain Property

Definition

Gets or sets the effective domain of the server. This should be unique and will be used as the identity for the server.

public string? ServerDomain { get; set; }
member this.ServerDomain : string with get, set
Public Property ServerDomain As String

Property Value

Remarks

This option applies to both creating a new passkey and requesting an existing passkey.

If left null, the server's origin may be used instead.

See https://www.w3.org/TR/webauthn-3/#rp-id.

Applies to