Files
mengpost/mengpost-backend/models/auth.go

7 lines
112 B
Go

package models
const (
AuthTypeBasic = "basic"
AuthTypeOAuthMicrosoft = "oauth_microsoft"
)