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]) extends Product with Serializable
- trait FunDevEnvironment extends Object
- Annotations
- @JSType() @native()
- trait UserInfoResponse extends Object
- Annotations
- @JSType() @native()
- class Ws extends AnyRef
- class WsTransport[T] extends RequestTransport[T, [β$0$]Kleisli[IO, β$0$, Unit]]
Value Members
- object Config extends Serializable
- object Fun