mirror of
https://github.com/element-hq/dendrite.git
synced 2025-09-14 05:12:26 +03:00
mas: add AccountTypeOIDCService
This commit is contained in:
parent
be8d490e56
commit
524f65cb0c
2 changed files with 4 additions and 3 deletions
|
@ -529,6 +529,8 @@ const (
|
|||
AccountTypeAdmin AccountType = 3
|
||||
// AccountTypeAppService indicates this is an appservice account
|
||||
AccountTypeAppService AccountType = 4
|
||||
// AccountTypeOIDC indicates this is an account belonging to Matrix Authentication Service (MAS)
|
||||
AccountTypeOIDCService AccountType = 5
|
||||
)
|
||||
|
||||
type QueryPushersRequest struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue