PasskeyCreationOptionsResult.CreationOptionsJson 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 creation options.
public string CreationOptionsJson { get; init; }
member this.CreationOptionsJson : string with get, set
Public Property CreationOptionsJson As String
Property Value
Remarks
The structure of this JSON is compatible with https://www.w3.org/TR/webauthn-3/#dictdef-publickeycredentialcreationoptionsjson and should be used with the navigator.credentials.create() JavaScript API.