PasskeyRequestOptionsResult.RequestOptionsJson Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.