requestToken abstract method
Makes a token request for the provider. This method may be called often (per each request). For best perfomance your implementation should cache the token. See TokenListener for additional information.
Implementation
void requestToken(TokenListener tokenListener);