UserVerifierInterface

fun interface UserVerifierInterface

UserVerifierInterface - an interface consisting of a single verify() method, which - when implemented - should perform verification of the provided data using an external service verification should be done using an external service such as an application server or a PKI server.

Functions

Link copied to clipboard
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.