authenticate
abstract suspend fun authenticate(parameters: Passwords.AuthParameters): AuthResponse
Content copied to clipboard
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
Parameters
parameters
required to authenticate
abstract fun authenticate(parameters: Passwords.AuthParameters, callback: (AuthResponse) -> Unit)
Content copied to clipboard
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