AuthenticationCredential
The credential returned from navigator.credentials.get() during WebAuthn authentication. Contains the assertion signature proving possession of the private key.
interface AuthenticationCredential extends PublicKeyCredentialFuture<AuthenticationResponseJSON> {
response: AuthenticatorAssertionResponse;
}