mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 21:41:55 +00:00
9 lines
179 B
Go
9 lines
179 B
Go
package config
|
|
|
|
const (
|
|
TokenTypeAccess = "access"
|
|
TokenTypeRefresh = "refresh"
|
|
TokenTypeResetPassword = "resetPassword"
|
|
TokenTypeVerifyEmail = "verifyEmail"
|
|
)
|