All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.toolsplus.atlassian.connect.play.api.models.AtlassianHostUser.scala Maven / Gradle / Ivy

There is a newer version: 0.0.3
Show newest version
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])




© 2015 - 2024 Weber Informatics LLC | Privacy Policy