signIn

open suspend fun signIn(email: String, pass: String): ResponseResult<SignInResponse>

Query login user with callback if success. For example use random query with error response.

Return

response for get userId and token

Parameters

email

login user

pass

it password