package web
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class Api extends AnyRef
- trait ApiAppConfig extends Object
- Annotations
- @JSType() @native()
- class Auth[F[_]] extends AnyRef
- trait AuthAppConfig extends Object
- Annotations
- @JSType() @native()
- case class AuthConfig(baseUrl: Url, redirectUrl: Url, clientId: ClientId) extends Product with Serializable
- class Http extends AnyRef
- trait HttpAppConfig extends Object
- Annotations
- @JSType() @native()
- trait TokenResponse extends Object
- Annotations
- @JSType() @native()
- case class User(info: UserInfoResponse, token: TokenResponse) extends Product with Serializable
- trait UserInfoResponse extends Object
- Annotations
- @JSType() @native()
- trait WebsiteAppConfig extends Object
- Annotations
- @JSType() @native()
- class Websocket extends AnyRef
- case class WebsocketConfig(baseUrl: Url, allowUnauthenticated: Boolean) extends Product with Serializable