Skip to content

Commit 5b1db34

Browse files
committed
Minor change in the doc
1 parent 20ffefe commit 5b1db34

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

EXAMPLES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,7 @@ authProvider.signin(account)
673673
</details>
674674

675675
**Points to be Noted**:
676+
676677
Passkeys are supported only on devices that run Android 9 (API level 28) or higher.
677678
To use passkeys ,user needs to add support for Digital Asset Links.
678679

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public object PasskeyAuthProvider {
4040
* @param auth0 [Auth0] instance to be used for authentication
4141
* @return a new builder instance to customize
4242
*/
43+
@JvmStatic
4344
public fun signIn(auth0: Auth0): SignInBuilder {
4445
return SignInBuilder(auth0)
4546
}

0 commit comments

Comments
 (0)