A set of components for creating multiplatform automatic JSON-RPC connectivity with a backend server.
open class CallAgent
An agent responsible for remote calls. |
|
data class Credentials
Username and password credentials. |
|
open actual class JoobyServer
A Jooby based server. Not used on the js platform. |
|
class LoginService
Pac4j form login dispatcher. |
|
data actual class Profile
A user profile. |
|
open class RemoteAgent<out T>
Client side agent for JSON-RPC remote calls. |
|
actual interface Request
A server request. Not used on the js platform. |
|
abstract class SecurityMgr
Pac4j form login dispatcher. |
|
open actual class ServiceManager<out T>
Multiplatform service manager. |
class SecurityException : Exception
A security exception. |
const val HTTP_UNAUTHORIZED: Int
HTTP status unauthorized (401). |