isPINSet

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

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

Parameters

completion

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