Skip to content

Commit f864894

Browse files
committed
Minor change in the examples
1 parent d4f1095 commit f864894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EXAMPLES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ try {
630630
)
631631

632632
val userCredential = authenticationApiClient.signinWithPasskey(
633-
challenge.authSession, authRequest, "Username-Password-Authentication"
633+
challenge.authSession, authRequest, "{realm}"
634634
)
635635
.validateClaims()
636636
.await()

0 commit comments

Comments
 (0)