Skip to content

Commit c230538

Browse files
authored
feat(auth): add X (OAuth 2.0) provider (#1290)
1 parent dc15701 commit c230538

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/gotrue/lib/src/types/types.dart

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@ enum OAuthProvider {
2828
slackOidc,
2929
spotify,
3030
twitch,
31+
32+
/// Uses OAuth 1.0a
3133
twitter,
34+
35+
/// Uses OAuth 2.0
36+
x,
3237
workos,
3338
zoom,
3439
}

0 commit comments

Comments
 (0)