authenticate

abstract suspend fun authenticate(parameters: Passwords.AuthParameters): AuthResponse

Authenticate a user with their email address and password. This endpoint verifies that the user has a password currently set, and that the entered password is correct.

Return

AuthResponse

Parameters

parameters

required to authenticate


abstract fun authenticate(parameters: Passwords.AuthParameters, callback: (AuthResponse) -> Unit)

Authenticate a user with their email address and password. This endpoint verifies that the user has a password currently set, and that the entered password is correct.

Parameters

parameters

required to authenticate

callback

a callback that receives an AuthResponse