firebase::app_check::PlayIntegrityProviderFactory

#include <play_integrity_provider.h>

Implementation of an AppCheckProviderFactory that builds PlayIntegrityProviders.

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 a firebase::app_check::AppCheck instance.

Public functions

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

Public static functions

GetInstance

PlayIntegrityProviderFactory * GetInstance()

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

Public functions

CreateProvider

virtual firebase::app_check::AppCheckProvider * CreateProvider(
  App *app
) override

Gets the AppCheckProvider associated with the given App instance, or creates one if none already exists.