firebase::app_check::AppAttestProviderFactory

#include <app_attest_provider.h>

Implementation of anAppCheckProviderFactory that builds AppAttestProviders.

Summary

This is the default implementation.

Inheritance

Inherits from:firebase::app_check::AppCheckProviderFactory

Public static functions

GetInstance()
Gets an instance of this class for installation into afirebase::app_check::AppCheck instance.

Public functions

CreateProvider(App *app) override
Gets theAppCheckProvider associated with the givenApp instance, or creates one if none already exists.

Public static functions

GetInstance

AppAttestProviderFactory*GetInstance()

Gets an instance of this class for installation into afirebase::app_check::AppCheck instance.

Public functions

CreateProvider

virtualfirebase::app_check::AppCheckProvider*CreateProvider(App*app)override

Gets theAppCheckProvider associated with the givenApp instance, or creates one if none already exists.

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.