Packages

package auth

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. auth
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class AuthDependencies[A] extends AnyRef
  2. sealed abstract class AuthError extends RuntimeException with NoStackTrace
  3. trait AuthedEndpointsUtils[F[_], Auth] extends AnyRef
  4. type AuthedRequestHandler[F[_], Auth] = SecuredRequestHandler[F, Username, User, Token[Auth]]
  5. trait AuthenticationAlg[F[_], Auth] extends AnyRef
  6. type Token[A] = AugmentedJWT[A, Username]
  7. class UI[F[_], Auth] extends Http4sDsl[F] with AuthedEndpointsUtils[F, Auth]

Value Members

  1. object AuthDependencies
  2. object AuthError extends Serializable
  3. object AuthenticationAlg
  4. implicit object Roles extends SimpleAuthEnum[Role, String]
  5. object UI

Inherited from AnyRef

Inherited from Any

Ungrouped