Skip to content

Commit

Permalink
Minor change in the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
pmathew92 committed Nov 7, 2024
1 parent d4f1095 commit f864894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ try {
)

val userCredential = authenticationApiClient.signinWithPasskey(
challenge.authSession, authRequest, "Username-Password-Authentication"
challenge.authSession, authRequest, "{realm}"
)
.validateClaims()
.await()
Expand Down

0 comments on commit f864894

Please sign in to comment.