kvision-common-remote
/
io.kvision.remote
/
LoginService
js
Login
Service
class
LoginService
(loginEndpoint:
String
)
Content copied to clipboard
Form login dispatcher.
Constructors
Functions
Properties
Constructors
LoginService
Link copied to clipboard
js
fun
LoginService
(loginEndpoint:
String
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
js
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
js
open fun
hashCode
():
Int
Content copied to clipboard
login
Link copied to clipboard
js
suspend fun
login
(credentials:
Credentials
?):
Boolean
Content copied to clipboard
Login with a form.
toString
Link copied to clipboard
js
open fun
toString
():
String
Content copied to clipboard
Properties
loginAgent
Link copied to clipboard
js
val
loginAgent
:
CallAgent
Content copied to clipboard
loginEndpoint
Link copied to clipboard
js
val
loginEndpoint
:
String
Content copied to clipboard