WebIDLpedia

AuthenticatorAssertionResponseJSON dictionary

Definition

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



dictionary AuthenticatorAssertionResponseJSON {
    required Base64URLString clientDataJSON;
    required Base64URLString authenticatorData;
    required Base64URLString signature;
    Base64URLString userHandle;
};

Referring IDL interfaces/dictionaries