public interface AppCheckTokenListener

Listener that is triggered when the AppCheckTokenResult changes. To be used when you need the AppCheckTokenResult to remain valid at all times.

Public Method Summary

abstract void
onAppCheckTokenChanged(AppCheckTokenResult appCheckTokenResult)
This method gets invoked on the UI thread on changes to the token state.

Public Methods

public abstract void onAppCheckTokenChanged (AppCheckTokenResult appCheckTokenResult)

This method gets invoked on the UI thread on changes to the token state. Does not trigger on token expiry.

Parameters
appCheckTokenResult