Packages

package oauth

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait OAuth2Code extends AnyRef
  2. class OAuthDataHandler extends DataHandler[OAuthUser]
    Annotations
    @Singleton()
  3. case class OAuthToken(userName: String, issuedAt: Date, expiresIn: Option[Long], clientId: String, redirectUri: Option[String], scope: Option[String]) extends Product with Serializable
  4. case class OAuthUser(userName: String, issuedAt: Date) extends Product with Serializable
  5. case class Scope(key: Int, value: String, description: String) extends Product with Serializable

Value Members

  1. object OAuthTokenGenerator
  2. object Scope extends Serializable

Ungrouped