WebIDLpedia

AuthenticatorResponse interface

Definition

Web Authentication: An API for accessing Public Key Credentials - Level 3 defines AuthenticatorResponse



[SecureContext, Exposed=Window]
interface AuthenticatorResponse {
    [SameObject] readonly attribute ArrayBuffer      clientDataJSON;
};

Methods and attributes that return objects implementing AuthenticatorResponse

Referring IDL interfaces/dictionaries