7 lines
112 B
Go
7 lines
112 B
Go
package models
|
|
|
|
const (
|
|
AuthTypeBasic = "basic"
|
|
AuthTypeOAuthMicrosoft = "oauth_microsoft"
|
|
)
|