We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b8c936 commit 0da1347Copy full SHA for 0da1347
appcheck/firebase-appcheck/src/main/java/com/google/firebase/appcheck/AppCheckProvider.java
@@ -20,8 +20,8 @@
20
/**
21
* Interface for a provider that generates {@link AppCheckToken}s. This provider can be called at
22
* any time by any Firebase library that depends (optionally or otherwise) on {@link
23
- * AppCheckToken}s. This provider is responsible for determining if it can create a new token
24
- * at the time of the call and returning that new token if it can.
+ * AppCheckToken}s. 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.
25
*/
26
public interface AppCheckProvider {
27
0 commit comments