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 20ffefe commit 5b1db34Copy full SHA for 5b1db34
EXAMPLES.md
@@ -673,6 +673,7 @@ authProvider.signin(account)
673
</details>
674
675
**Points to be Noted**:
676
+
677
Passkeys are supported only on devices that run Android 9 (API level 28) or higher.
678
To use passkeys ,user needs to add support for Digital Asset Links.
679
auth0/src/main/java/com/auth0/android/provider/PasskeyAuthProvider.kt
@@ -40,6 +40,7 @@ public object PasskeyAuthProvider {
40
* @param auth0 [Auth0] instance to be used for authentication
41
* @return a new builder instance to customize
42
*/
43
+ @JvmStatic
44
public fun signIn(auth0: Auth0): SignInBuilder {
45
return SignInBuilder(auth0)
46
}
0 commit comments