gsdsdk / com.gsd.software.sdk.netconnector / LoginRequestHandler

LoginRequestHandler

class LoginRequestHandler :AbstractRequestHandler<GSDLoginAPI,ResponseObject>

Created by konradrutkowski on 27.09.2018.

Constructors

Name Summary
<init> LoginRequestHandler(networkController:NetworkControllerInterface, sessionCache:SessionCacheInterface, secureAuthentication:SecureAuthentication)
Created by konradrutkowski on 27.09.2018.

Inherited Properties

Name Summary
request lateinit var request:AbstractRequest<*,K>
secureAuthentication val secureAuthentication:SecureAuthentication

Functions

Name Summary
onSuccess fun onSuccess(responseObject:ResponseObject):Unit

Inherited Functions

Name Summary
createSessionCallback fun createSessionCallback():NetDataLoadCallback<AuthorizationResponse>
execute fun execute():Unit
executeRequest fun executeRequest(request:AbstractRequest<*,K>):Unit
onError open fun onError(response:ResponseStatus):Unit