Skip to content

Instantly share code, notes, and snippets.

@samidalouche
Created August 28, 2014 21:04
Show Gist options
  • Save samidalouche/9dc0958128a3d56fa033 to your computer and use it in GitHub Desktop.
Save samidalouche/9dc0958128a3d56fa033 to your computer and use it in GitHub Desktop.
case class SdkSignInCommand(accountId: UUID, appId: String, deviceId: String)
case class SdkSignInConfirmation(
accountId: UUID,
firstName: String,
lastName: String,
email: String,
pairingKey: Int,
sdkId: UUID,
isSdkLinkedToAccount: Boolean,
boxLink: Option[DisplayableBoxLink]
)
case class DisplayableBoxLink(boxId: String, linkedAt: jodatime.DateTime, boxLifecycleId: UUID)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment