File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
appcheck/firebase-appcheck-interop/src/main/java/com/google/firebase/appcheck Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 16
16
17
17
import androidx .annotation .NonNull ;
18
18
import androidx .annotation .Nullable ;
19
- import com .google .firebase .appcheck .interop .InteropAppCheckTokenProvider ;
20
19
21
20
/**
22
21
* Class to hold the result emitted by a Firebase App Check service application verification
@@ -34,8 +33,8 @@ public abstract class AppCheckTokenResult {
34
33
public abstract String getToken ();
35
34
36
35
/**
37
- * Returns the {@link Exception} if the {@link InteropAppCheckTokenProvider} failed to obtain a
38
- * token.
36
+ * Returns the {@link Exception} if the {@link
37
+ * com.google.firebase.appcheck.interop.InteropAppCheckTokenProvider} failed to obtain a token.
39
38
*/
40
39
@ Nullable
41
40
public abstract Exception getError ();
You can’t perform that action at this time.
0 commit comments