Share via


PasskeyCreationOptionsResult.CreationOptionsJson Property

Definition

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.

Applies to