(ctx context.Context, id string)
| 162 | |
| 163 | FindUserAuthTokens(ctx context.Context, userID, afterID string, limit int, refresh *bool) ([]*UserAuthToken, error) |
| 164 | FindUserAuthToken(ctx context.Context, id string) (*UserAuthToken, error) |
| 165 | InsertUserAuthToken(ctx context.Context, opts *InsertUserAuthTokenOptions) (*UserAuthToken, error) |
| 166 | UpdateUserAuthTokenUsedOn(ctx context.Context, ids []string) error |
| 167 | UpdateUserAuthTokenExpiresOn(ctx context.Context, id string, expiresOn time.Time) error |
no outgoing calls
no test coverage detected