verify method

Future<String> verify()

Executes the verification process. Returns a Future containing string for a token that can be used to assert the validity of a request.

Implementation

Future<String> verify() => handleThenable(jsObject.verify());