verifyToken abstract method

Future<Authenticatable> verifyToken(
  1. String token
)

Verifies an authentication token

token The token to verify Returns the user associated with the token

Implementation

Future<Authenticatable> verifyToken(String token);