Copy as Markdown

Other Tools

/* THIS FILE IS AUTOGENERATED FROM WebAuthentication.webidl BY Codegen.py - DO NOT EDIT */
#ifndef DOM_WEBAUTHENTICATIONBINDINGFWD_H_
#define DOM_WEBAUTHENTICATIONBINDINGFWD_H_
namespace mozilla {
namespace dom {
class ArrayBufferViewOrArrayBuffer;
class OwningArrayBufferViewOrArrayBuffer;
} // namespace dom
} // namespace mozilla
namespace mozilla::dom {
using AAGUID = ArrayBufferViewOrArrayBuffer;
using OwningAAGUID = OwningArrayBufferViewOrArrayBuffer;
} // namespace mozilla::dom
namespace mozilla {
namespace dom {
struct AuthenticationExtensionsLargeBlobInputs;
struct AuthenticationExtensionsLargeBlobInputsJSON;
struct AuthenticationExtensionsLargeBlobOutputs;
struct AuthenticationExtensionsLargeBlobOutputsJSON;
struct AuthenticationExtensionsPRFValues;
struct AuthenticationExtensionsPRFValuesJSON;
struct AuthenticatorAssertionResponseJSON;
struct AuthenticatorAttestationResponseJSON;
struct AuthenticatorSelectionCriteria;
struct CredentialPropertiesOutput;
struct PublicKeyCredentialDescriptor;
struct PublicKeyCredentialDescriptorJSON;
struct PublicKeyCredentialEntity;
struct PublicKeyCredentialParameters;
struct PublicKeyCredentialUserEntityJSON;
struct AuthenticationExtensionsPRFInputs;
struct AuthenticationExtensionsPRFInputsJSON;
struct AuthenticationExtensionsPRFOutputs;
struct AuthenticationExtensionsPRFOutputsJSON;
struct PublicKeyCredentialRpEntity;
struct PublicKeyCredentialUserEntity;
struct AuthenticationExtensionsClientInputs;
struct AuthenticationExtensionsClientInputsJSON;
struct AuthenticationExtensionsClientOutputs;
struct AuthenticationExtensionsClientOutputsJSON;
struct AuthenticationResponseJSON;
struct PublicKeyCredentialCreationOptions;
struct PublicKeyCredentialCreationOptionsJSON;
struct PublicKeyCredentialRequestOptions;
struct PublicKeyCredentialRequestOptionsJSON;
struct RegistrationResponseJSON;
class AuthenticatorAssertionResponse;
class AuthenticatorAttestationResponse;
class AuthenticatorResponse;
class PublicKeyCredential;
} // namespace dom
} // namespace mozilla
#endif // DOM_WEBAUTHENTICATIONBINDINGFWD_H_