add internal token erorrs
This commit is contained in:
7
internal/token/errors.go
Normal file
7
internal/token/errors.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package token
|
||||
|
||||
import "fmt"
|
||||
|
||||
var (
|
||||
ErrTokenIsRevoked = fmt.Errorf("token is revoked")
|
||||
)
|
||||
Reference in New Issue
Block a user