OAuthTokenValidator typedef

OAuthTokenValidator = Future<bool> Function(OAuthToken token)

Implementation

typedef Future<bool> OAuthTokenValidator(OAuthToken token);