verifyToken abstract method
Verifies an authentication token
token The token to verify
Returns the user associated with the token
Implementation
Future<Authenticatable> verifyToken(String token);
Verifies an authentication token
token The token to verify
Returns the user associated with the token
Future<Authenticatable> verifyToken(String token);