package api_auth const ( ErrorInvalidCredentials = "INVALID_CREDENTIALS" ErrorInvalidToken = "INVALID_TOKEN" ErrorExpiredToken = "EXPIRED_TOKEN" )