firebase:: app_check:: AppCheckProviderFactory
This is an abstract class.
#include <app_check.h>
Interface for a factory that generatesAppCheckProviders.
Summary
Inheritance
Direct Known Subclasses:firebase::app_check::AppAttestProviderFactory,firebase::app_check::DebugAppCheckProviderFactory,firebase::app_check::DeviceCheckProviderFactory,firebase::app_check::PlayIntegrityProviderFactoryConstructors and Destructors | |
|---|---|
~AppCheckProviderFactory() |
Public functions | |
|---|---|
CreateProvider(App *app)=0 | virtualAppCheckProvider *Gets theAppCheckProvider associated with the givenApp instance, or creates one if none already exists. |
Public functions
CreateProvider
virtualAppCheckProvider*CreateProvider(App*app)=0
Gets theAppCheckProvider associated with the givenApp instance, or creates one if none already exists.
~AppCheckProviderFactory
virtual~AppCheckProviderFactory()=0
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-01-23 UTC.