firebase:: app_check:: AppCheckListener
This is an abstract class.
#include <app_check.h>
Base class used to receive messages when AppCheck token changes.
Summary
Constructors and Destructors |
|
---|---|
~AppCheckListener()
|
Public functions |
|
---|---|
OnAppCheckTokenChanged(const AppCheckToken & token)=0
|
virtual void
This method gets invoked on the UI thread on changes to the token state.
|
Public functions
OnAppCheckTokenChanged
virtual void OnAppCheckTokenChanged( const AppCheckToken & token )=0
This method gets invoked on the UI thread on changes to the token state.
Does not trigger on token expiry.
~AppCheckListener
virtual ~AppCheckListener()=0