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

LogoutRequestHandler

class LogoutRequestHandler :AbstractRequestHandler<GSDLoginAPI,ResponseObject>

Created by PJablonski on 22.08.2017.

Constructors

Name Summary
<init> LogoutRequestHandler(networkController:NetworkControllerInterface, sessionCache:SessionCacheInterface, secureAuthentication:SecureAuthentication)
Created by PJablonski on 22.08.2017.

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