Interface AuthenticatorAssertionResponse
interface AuthenticatorAssertionResponse {
authenticatorData: ArrayBuffer;
clientDataJSON: ArrayBuffer;
signature: ArrayBuffer;
userHandle: ArrayBuffer;
}
authenticatorData: ArrayBuffer;
clientDataJSON: ArrayBuffer;
signature: ArrayBuffer;
userHandle: ArrayBuffer;
}
                 
                    
                  Hierarchy
              
              - AuthenticatorResponse- AuthenticatorAssertionResponse (View Summary)
 
Available only in secure contexts.
MDN Reference