package token
const (
TypeRefresh = "Refresh"
TypeAccess = "Access"
TypeVerifyEmail = "VerifyEmail"
)