isPINOrPasswordSet

fun isPINOrPasswordSet(completion: (Completion<PinOrPassword>) -> Unit)

Checks if there is an active PIN or password set and verified for the currently authenticated user.

Parameters

completion

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