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 13031de commit dce851dCopy full SHA for dce851d
appcheck/firebase-appcheck-interop/src/main/java/com/google/firebase/appcheck/AppCheckTokenResult.java
@@ -20,7 +20,7 @@
20
/**
21
* Class to hold the result emitted by a Firebase App Check service application verification
22
* attempt. The result will always contain a token, which will either be a valid raw JWT attesting
23
- * application identity, or a dummy value. The result may optionally contain a {@link Exception} if
+ * application identity, or a dummy value. The result may optionally contain an {@link Exception} if
24
* application verification does not succeed.
25
*/
26
public abstract class AppCheckTokenResult {
0 commit comments