login

suspend fun login()

Logs in the user to the current session The user will be redirected to their wallet, where they will have to sign a session data in order to login

Throws

com.kycdao.android.sdk.exceptions.UserAlreadyLoggedIn

If there is already a session for this user. To prevent this, only call this function if the loggedIn value is false.