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 3e24a2b commit 03f0311Copy full SHA for 03f0311
auth0/src/main/java/com/auth0/android/provider/PasskeyAuthProvider.kt
@@ -17,6 +17,12 @@ import java.util.concurrent.Executors
17
/**
18
* Passkey authentication provider
19
*/
20
+
21
+@Deprecated(
22
+ """PasskeyAuthProvider is deprecated and will be removed in the next major version of the SDK.
23
+ Use API's in [AuthenticationAPIClient] directly to support sign-in/signup with passkeys.""",
24
+ level = DeprecationLevel.WARNING
25
+)
26
public object PasskeyAuthProvider {
27
28
private val TAG = PasskeyManager::class.simpleName
0 commit comments