Skip to content

Commit 97fec6a

Browse files
authored
Add missing authentication methods (#1405)
## Description ## Documentation Does this require changes to the WorkOS Docs? E.g. the [API Reference](https://workos.com/docs/reference) or code snippets need updates. ``` [ ] Yes ``` If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required. <!-- av pr metadata This information is embedded by the av CLI when creating PRs to track the status of stacks when using Aviator. Please do not delete or edit this section of the PR. ``` {"parent":"main","parentHead":"","trunk":"main"} ``` -->
1 parent 1b109b0 commit 97fec6a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/user-management/interfaces/authentication-response.interface.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@ type AuthenticationMethod =
77
| 'Password'
88
| 'Passkey'
99
| 'AppleOAuth'
10+
| 'BitbucketOAuth'
1011
| 'GitHubOAuth'
12+
| 'GitLabOAuth'
1113
| 'GoogleOAuth'
14+
| 'LinkedInOAuth'
1215
| 'MicrosoftOAuth'
1316
| 'SalesforceOAuth'
17+
| 'VercelOAuth'
1418
| 'MagicAuth'
19+
| 'CrossAppAuth'
1520
| 'Impersonation';
1621

1722
export interface AuthenticationResponse {

0 commit comments

Comments
 (0)