|
OAuthProvider::tokenHandlerSet the tokenHandler handler callback Description
public void OAuthProvider::tokenHandler
( callable
$callback_function
)Sets the token handler callback, which will later be called with OAuthProvider::callTokenHandler. Warning
This function is currently not documented; only its argument list is available. Parameters
Return ValuesNo value is returned. ExamplesExample #1 Example OAuthProvider::tokenHandler callback
<?php See Also
|