Documentation ¶
Index ¶
- func CheckTokenValidity(accessToken string) *response.BaseResponse
- func CreateToken(userId string) (*token.CrudPayToken, *response.BaseResponse)
- func GetMD5(input string) string
- func GetTokenMetaData(accessToken string) (*string, *response.BaseResponse)
- func IsValidEmail(email string) bool
- func VerifyAndExtractToken(accessToken string) (*jwt.Token, *response.BaseResponse)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckTokenValidity ¶
func CheckTokenValidity(accessToken string) *response.BaseResponse
func CreateToken ¶
func CreateToken(userId string) (*token.CrudPayToken, *response.BaseResponse)
func GetTokenMetaData ¶
func GetTokenMetaData(accessToken string) (*string, *response.BaseResponse)
func IsValidEmail ¶
func VerifyAndExtractToken ¶
func VerifyAndExtractToken(accessToken string) (*jwt.Token, *response.BaseResponse)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.