Share via


PasskeyRequestOptionsResult.RequestOptionsJson Property

Definition

Gets or sets the JSON representation of the request options.

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

Property Value

Remarks

The structure of this JSON is compatible with https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialrequestoptionsjson and should be used with the navigator.credentials.get() JavaScript API.

Applies to