package backend
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait Auth extends AnyRef
- class AuthAws extends Auth
- class AuthDev extends Auth
- case class Config(fun: FunConfig, environment: Dictionary[String]) extends Product with Serializable
- case class FunConfig(devEnvironment: Option[FunDevEnvironment], cognitoUserPoolId: Option[String], eventsSnsTopic: Option[String], authUrl: Option[String]) extends Product with Serializable
- trait FunDevEnvironment extends Object
- Annotations
- @native() @JSType()
- trait UserInfoResponse extends Object
- Annotations
- @native() @JSType()
- class Ws extends AnyRef
- class WsTransport[T] extends RequestTransport[T, [β$0$]Kleisli[IO, β$0$, Unit]]
- class WsTransportFunction[T] extends RequestTransport[T, [α$1$](α$1$) => IO[Unit]]
- class WsTransportFunctionFuture[T] extends RequestTransport[T, [α$3$](α$3$) => Future[Unit]]
- class WsTransportFuture[T] extends RequestTransport[T, [β$2$]Kleisli[Future, β$2$, Unit]]
Value Members
- object Config extends Serializable
- object Fun