mas: add AccountTypeOIDCService

This commit is contained in:
Roman Isaev 2024-12-30 19:50:13 +00:00
parent be8d490e56
commit 524f65cb0c
No known key found for this signature in database
GPG key ID: 7BE2B6A6C89AEC7F
2 changed files with 4 additions and 3 deletions

View file

@ -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 {