Package

com.github.durre.microservice

models

Permalink

package models

Visibility
  1. Public
  2. All

Type Members

  1. case class EventUpdate(orgId: UUID, requiredScopes: Set[OAuthScope], payload: JsValue) extends Product with Serializable

    Permalink
  2. trait OAuthScope extends AnyRef

    Permalink
  3. case class RequestInfo(userId: UUID, orgId: UUID, scopes: Set[OAuthScope], jwt: String) extends Product with Serializable

    Permalink

    The JWT claims easily accessible

  4. case class Token(token: String) extends Product with Serializable

    Permalink

Value Members

  1. object OAuthScope

    Permalink
  2. object Token extends Serializable

    Permalink

Ungrouped