(ctx context.Context, userID, afterID string, limit int, refresh *bool)
| 161 | DeleteManagedUsergroupsMemberUser(ctx context.Context, orgID, userID string) error |
| 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 |
no outgoing calls
no test coverage detected