Firebase.AppCheck.IAppCheckProvider

Interface for a provider that generates AppCheckTokens.

Summary

This provider can be called at any time by any Firebase library that depends (optionally or otherwise) on AppCheckTokens. This provider is responsible for determining if it can create a new token at the time of the call and returning that new token if it can.

Public functions

GetTokenAsync()
System.Threading.Tasks.Task< AppCheckToken >
Returns an AppCheckToken or throws an exception with an error code and error message.

Public functions

GetTokenAsync

System.Threading.Tasks.Task< AppCheckToken > GetTokenAsync()

Returns an AppCheckToken or throws an exception with an error code and error message.