(ctx context.Context, id string)
| 187 | InsertServiceAuthToken(ctx context.Context, opts *InsertServiceAuthTokenOptions) (*ServiceAuthToken, error) |
| 188 | UpdateServiceAuthTokenUsedOn(ctx context.Context, ids []string) error |
| 189 | DeleteServiceAuthToken(ctx context.Context, id string) error |
| 190 | DeleteExpiredServiceAuthTokens(ctx context.Context, retention time.Duration) error |
| 191 | DeleteInactiveServiceAuthTokens(ctx context.Context, retention time.Duration) error |
| 192 |
no outgoing calls
no test coverage detected