io.toolsplus.atlassian.connect.play.api.models.AtlassianHostUser.scala Maven / Gradle / Ivy
package io.toolsplus.atlassian.connect.play.api.models
/**
* Authentication principal for requests coming from an Atlassian host
* application in which the add-on is installed.
*
* @param host Host from which the request originated.
* @param userKey Key of the user on whose behalf a request was made.
*/
case class AtlassianHostUser(host: AtlassianHost, userKey: Option[String])