GigyaApiRequestFactory

Constructors

Link copied to clipboard
constructor(config: Config, sessionService: ISessionService)

Functions

Link copied to clipboard
open fun create(api: String, params: Map<String, Any>): GigyaApiRequest

open fun create(api: String, params: Map<String, Any>, httpMethod: RestAdapter.HttpMethod): GigyaApiRequest
open fun create(api: String, params: Map<String, Any>, httpMethod: RestAdapter.HttpMethod, @Nullable headers: HashMap<String, String>): GigyaApiRequest
Create a new instance of the GigyaApiRequest structure.
Link copied to clipboard
open fun setSDK(sdk: String)
Link copied to clipboard
Sign the request prior to dispatching it.
Link copied to clipboard