mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-25 07:45:44 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package config
|
||||
|
||||
const (
|
||||
TokenTypeAccess = "access"
|
||||
TokenTypeRefresh = "refresh"
|
||||
TokenTypeResetPassword = "resetPassword"
|
||||
TokenTypeVerifyEmail = "verifyEmail"
|
||||
)
|
||||
Reference in New Issue
Block a user