Packages

p

h4sm

auth

package auth

Linear Supertypes
AnyRef, Any
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. type BearerAuthService[F[_]] = Kleisli[[β$3$]OptionT[F, β$3$], SecuredRequest[F, User, BearerToken], Response[F]]
  2. type BearerSecuredRequest[F[_]] = SecuredRequest[F, User, BearerToken]
  3. type BearerToken = TSecBearerToken[UserId]
  4. type Instant = java.time.Instant
  5. type SecureRandomId = tsec.common.SecureRandomId
  6. type UserId = UUID

Value Members

  1. def BearerAuthService[M[_]](pf: PartialFunction[BearerSecuredRequest[M], M[Response[M]]])(implicit arg0: Monad[M]): BearerAuthService[M]
  2. val BearerToken: TSecBearerToken.type

Inherited from AnyRef

Inherited from Any

Ungrouped