Skip to content

Commit 8f1d484

Browse files
committed
Add @Deprecated annotations to Firebase App Check SafetyNet SDK public API.
1 parent fa4adcf commit 8f1d484

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appcheck/firebase-appcheck-safetynet/src/main/java/com/google/firebase/appcheck/safetynet/SafetyNetAppCheckProviderFactory.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
* Implementation of an {@link AppCheckProviderFactory} that builds {@link
2525
* SafetyNetAppCheckProvider}s. This is the default implementation.
2626
*/
27+
@Deprecated
2728
public class SafetyNetAppCheckProviderFactory implements AppCheckProviderFactory {
2829

2930
private static final SafetyNetAppCheckProviderFactory instance =
@@ -35,6 +36,7 @@ private SafetyNetAppCheckProviderFactory() {}
3536
* Gets an instance of this class for installation into a {@link
3637
* com.google.firebase.appcheck.FirebaseAppCheck} instance.
3738
*/
39+
@Deprecated
3840
@NonNull
3941
public static SafetyNetAppCheckProviderFactory getInstance() {
4042
return instance;

0 commit comments

Comments
 (0)