#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_WEBAUTHN_AUTHENTICATOR_MOJOM_PARAMS_DATA_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_WEBAUTHN_AUTHENTICATOR_MOJOM_PARAMS_DATA_H_
#include "mojo/public/cpp/bindings/lib/bindings_internal.h"
#include "mojo/public/cpp/bindings/lib/buffer.h"
#if defined(__clang__)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-private-field"
#endif
namespace mojo::internal {
class ValidationContext;
}
namespace blink::mojom {
namespace internal {
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) Authenticator_MakeCredential_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) Authenticator_MakeCredential_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) Authenticator_GetAssertion_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) Authenticator_GetAssertion_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) Authenticator_IsUserVerifyingPlatformAuthenticatorAvailable_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) Authenticator_IsUserVerifyingPlatformAuthenticatorAvailable_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) Authenticator_IsConditionalMediationAvailable_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) Authenticator_IsConditionalMediationAvailable_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) Authenticator_Report_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) Authenticator_Report_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) Authenticator_GetClientCapabilities_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) Authenticator_GetClientCapabilities_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) Authenticator_Cancel_Params_Data { … };
static_assert …;
}
class Authenticator_MakeCredential_ParamsDataView { … };
class Authenticator_MakeCredential_ResponseParamsDataView { … };
class Authenticator_GetAssertion_ParamsDataView { … };
class Authenticator_GetAssertion_ResponseParamsDataView { … };
class Authenticator_IsUserVerifyingPlatformAuthenticatorAvailable_ParamsDataView { … };
class Authenticator_IsUserVerifyingPlatformAuthenticatorAvailable_ResponseParamsDataView { … };
class Authenticator_IsConditionalMediationAvailable_ParamsDataView { … };
class Authenticator_IsConditionalMediationAvailable_ResponseParamsDataView { … };
class Authenticator_Report_ParamsDataView { … };
class Authenticator_Report_ResponseParamsDataView { … };
class Authenticator_GetClientCapabilities_ParamsDataView { … };
class Authenticator_GetClientCapabilities_ResponseParamsDataView { … };
class Authenticator_Cancel_ParamsDataView { … };
inline void Authenticator_MakeCredential_ParamsDataView::GetOptionsDataView(
PublicKeyCredentialCreationOptionsDataView* output) { … }
inline void Authenticator_MakeCredential_ResponseParamsDataView::GetCredentialDataView(
MakeCredentialAuthenticatorResponseDataView* output) { … }
inline void Authenticator_MakeCredential_ResponseParamsDataView::GetDomExceptionDetailsDataView(
WebAuthnDOMExceptionDetailsDataView* output) { … }
inline void Authenticator_GetAssertion_ParamsDataView::GetOptionsDataView(
PublicKeyCredentialRequestOptionsDataView* output) { … }
inline void Authenticator_GetAssertion_ResponseParamsDataView::GetCredentialDataView(
GetAssertionAuthenticatorResponseDataView* output) { … }
inline void Authenticator_GetAssertion_ResponseParamsDataView::GetDomExceptionDetailsDataView(
WebAuthnDOMExceptionDetailsDataView* output) { … }
inline void Authenticator_Report_ParamsDataView::GetOptionsDataView(
PublicKeyCredentialReportOptionsDataView* output) { … }
inline void Authenticator_Report_ResponseParamsDataView::GetDomExceptionDetailsDataView(
WebAuthnDOMExceptionDetailsDataView* output) { … }
inline void Authenticator_GetClientCapabilities_ResponseParamsDataView::GetCapabilitiesDataView(
mojo::ArrayDataView<WebAuthnClientCapabilityDataView>* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif