Skip to content

Commit 589f355

Browse files
committed
refactor: Deprecated the PassekeyAuthProvider class
1 parent 3e24a2b commit 589f355

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

auth0/src/main/java/com/auth0/android/provider/PasskeyAuthProvider.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ import java.util.concurrent.Executors
1717
/**
1818
* Passkey authentication provider
1919
*/
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+
)
2026
public object PasskeyAuthProvider {
2127

2228
private val TAG = PasskeyManager::class.simpleName

0 commit comments

Comments
 (0)