IAuthAPI

interface IAuthAPI

Functions

Link copied to clipboard
abstract suspend fun postAuthLogin(login: String, password: String): List<Subsite>
Link copied to clipboard
abstract suspend fun postAuthQR(token: String): List<Subsite>
Link copied to clipboard
abstract suspend fun postAuthSocial(email: String, token: String, social: SocialAccountType, toLink: Boolean = false): List<Subsite>