SSOLoginApi

interface SSOLoginApi

Inheritors

Functions

Link copied to clipboard
abstract suspend fun finalize(cookie: String): NetworkResponse<String>
Link copied to clipboard
abstract suspend fun initiate(param: <Error class: unknown class>): NetworkResponse<String>
Link copied to clipboard
abstract suspend fun metaData(): NetworkResponse<String>
Link copied to clipboard
abstract suspend fun provideLoginSession(cookie: String): NetworkResponse<<Error class: unknown class>>
Link copied to clipboard
abstract suspend fun settings(): NetworkResponse<<Error class: unknown class>>