package config const ( TokenTypeAccess = "access" TokenTypeRefresh = "refresh" TokenTypeResetPassword = "resetPassword" TokenTypeVerifyEmail = "verifyEmail" )