verify

abstract fun verify(request: List<VerificationRequest>): List<Boolean>

Verifies whether the specified users are valid. Checks if each user belonged to the Context and if this is their key in date and return true or false otherwise.

Return

List of verification results whose items correspond to the items in the input list

Parameters

request

List of user data to verification