AuthenticatorResponse
Overview
The AuthenticatorResponse interface of the Web Authentication API is the base interface for interfaces that provide a cryptographic root of trust for a key pair. The child interfaces include information from the browser such as the challenge origin and either may be returned from PublicKeyCredential.response.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
clientDataJSON
property clientDataJSON: array of Byte read write;
Byte[] clientDataJSON { get; set; }
var clientDataJSON: Byte... { get{} set{} }
Byte[] clientDataJSON { __get; __set; }
Property clientDataJSON() As Byte()