WebIDLpedia

AuthenticatorAssertionResponse interface

Definition

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



[SecureContext, Exposed=Window]
interface AuthenticatorAssertionResponse : AuthenticatorResponse {
    [SameObject] readonly attribute ArrayBuffer      authenticatorData;
    [SameObject] readonly attribute ArrayBuffer      signature;
    [SameObject] readonly attribute ArrayBuffer?     userHandle;
};