We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0d323 commit 33cd424Copy full SHA for 33cd424
src/interactive-auth.ts
@@ -85,6 +85,11 @@ export enum AuthType {
85
// use the stable "m.login.registration_token" type.
86
// The authentication flow is the same in both cases.
87
UnstableRegistrationToken = "org.matrix.msc3231.login.registration_token",
88
+ /**
89
+ * m.oauth stage introduced by MSC4312:
90
+ * https://spec.matrix.org/v1.17/client-server-api/#oauth-authentication
91
+ */
92
+ OAuth = "m.oauth",
93
}
94
95
/**
0 commit comments