isPasswordSet

fun isPasswordSet(completion: (Completion<Boolean>) -> Unit)

Checks if there is an active password set for the currently authenticated user.

Parameters

completion

The block to be called when the request is completed including either the passwordStatus or a Throwable.