sdk-core
Toggle table of contents
7.2.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk-core
sdk-core
/
com.gigya.android.sdk.utils
/
AuthUtils
Auth
Utils
open
class
AuthUtils
Members
Constructors
Auth
Utils
Link copied to clipboard
constructor
(
)
Functions
add
Authentication
Parameters
Link copied to clipboard
open
fun
addAuthenticationParameters
(
sessionSecret
:
String
,
httpMethod
:
Int
,
baseUrl
:
String
,
@
NonNull
params
:
TreeMap
<
String
,
Any
>
,
@
Nullable
offset
:
Long
)
Add relevant authentication parameters to request parameters.
remove
Authentication
Parameters
Link copied to clipboard
open
fun
removeAuthenticationParameters
(
@
NonNull
params
:
TreeMap
<
String
,
Any
>
)
Removing authentication specific parameters.