Firebase.AppCheck.IAppCheckProvider

Interface for a provider that generatesAppCheckTokens.

Summary

This provider can be called at any time by anyFirebase library that depends (optionally or otherwise) onAppCheckTokens. 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 anAppCheckToken or throws an exception with an error code and error message.

Public functions

GetTokenAsync

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

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

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 2023-05-09 UTC.