()
| 21 | // AuthToken is the interface package admin uses to provide a consolidated view of a token string and its DB model. |
| 22 | type AuthToken interface { |
| 23 | Token() *authtoken.Token |
| 24 | TokenModel() any |
| 25 | OwnerID() string |
| 26 | } |
no outgoing calls
no test coverage detected