(ctx context.Context, deviceCode string)
| 210 | InsertNotificationToken(ctx context.Context, opts *InsertNotificationTokenOptions) (*NotificationToken, error) |
| 211 | |
| 212 | FindDeviceAuthCodeByDeviceCode(ctx context.Context, deviceCode string) (*DeviceAuthCode, error) |
| 213 | FindPendingDeviceAuthCodeByUserCode(ctx context.Context, userCode string) (*DeviceAuthCode, error) |
| 214 | InsertDeviceAuthCode(ctx context.Context, deviceCode, userCode, clientID string, expiresOn time.Time) (*DeviceAuthCode, error) |
| 215 | DeleteDeviceAuthCode(ctx context.Context, deviceCode string) error |
no outgoing calls
no test coverage detected