ZTAuthServiceImpl

class ZTAuthServiceImpl(retrofit: Retrofit) : ZTApiService<ZTAuthServiceDefinition> , ZTAuthService

ZTAuthServiceImpl

Author

Alexandre Lemoult <a.lemoult@zhortech.com>

Constructors

ZTAuthServiceImpl
Link copied to clipboard
fun ZTAuthServiceImpl(retrofit: Retrofit)

Functions

authenticate
Link copied to clipboard
open override fun authenticate(): ApiResponseModel.AuthResponse?
create
Link copied to clipboard
open override fun create(appUserId: String, userId: String, attributes: Map<String, Any>): Completable