gsdsdk / com.gsd.software.sdk.netconnector.api / GSDLoginAPI

GSDLoginAPI

interface GSDLoginAPI

Created by PJablonski on 05.07.2017.

Functions

Name Summary
authenticate abstract fun authenticate(json:Authorization, apiKey:String, contentType:String): Call<ResponseObject>
getSecureKey abstract fun getSecureKey(apiKey:String, contentType:String): Call<ResponseObject>
loginSecure abstract fun loginSecure(json:AuthorizationSecured, apiKey:String, contentType:String): Call<ResponseObject>
logout abstract fun logout(headers:Map<String,String>): Call<ResponseObject>

Companion Object Properties

Name Summary
APP_KEY const val APP_KEY:String
KEY const val KEY:String
LOGIN const val LOGIN:String
LOGOUT const val LOGOUT:String
REST_API_VERSION_1 const val REST_API_VERSION_1:String
REST_API_VERSION_2 const val REST_API_VERSION_2:String
SECURE const val SECURE:String