#ifndef THIRD_PARTY_BLINK_RENDERER_BINDINGS_MODULES_V8_V8_CREDENTIAL_REQUEST_OPTIONS_H_
#define THIRD_PARTY_BLINK_RENDERER_BINDINGS_MODULES_V8_V8_CREDENTIAL_REQUEST_OPTIONS_H_
#include "base/containers/span.h"
#include "third_party/blink/renderer/bindings/modules/v8/v8_credential_mediation_requirement.h"
#include "third_party/blink/renderer/modules/modules_export.h"
#include "third_party/blink/renderer/platform/bindings/dictionary_base.h"
#include "third_party/blink/renderer/platform/heap/member.h"
namespace blink {
class AbortSignal;
class DigitalCredentialRequestOptions;
class ExceptionState;
class FederatedCredentialRequestOptions;
class IdentityCredentialRequestOptions;
class OTPCredentialRequestOptions;
class PublicKeyCredentialRequestOptions;
class MODULES_EXPORT CredentialRequestOptions : public bindings::DictionaryBase { … };
}
#endif