firebase::
This is an abstract class.
    #include <app_check.h>
  
Interface for a factory that generates AppCheckProviders.
Summary
Inheritance
Direct Known Subclasses:firebase::app_check::AppAttestProviderFactory, firebase::app_check::DebugAppCheckProviderFactory, firebase::app_check::DeviceCheckProviderFactory, firebase::app_check::PlayIntegrityProviderFactory| Constructors and Destructors | |
|---|---|
| ~AppCheckProviderFactory() | 
| Public functions | |
|---|---|
| CreateProvider(App *app)=0 | virtual AppCheckProvider *Gets the AppCheckProvider associated with the given App instance, or creates one if none already exists.  | 
Public functions
CreateProvider
virtual AppCheckProvider * CreateProvider( App *app )=0
Gets the AppCheckProvider associated with the given App instance, or creates one if none already exists.
~AppCheckProviderFactory
virtual ~AppCheckProviderFactory()=0