Skip to content

Commit

Permalink
Add "Passkey" to AuthenticationMethod (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthadley authored Nov 15, 2024
1 parent b529a6b commit 5090e3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workos/types/user_management/authentication_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
AuthenticationMethod = Literal[
"SSO",
"Password",
"Passkey",
"AppleOAuth",
"GitHubOAuth",
"GoogleOAuth",
Expand Down

0 comments on commit 5090e3e

Please sign in to comment.