|
OAuthProvider::timestampNonceHandlerSet the timestampNonceHandler handler callback Description
public void OAuthProvider::timestampNonceHandler(callable
$callback_function )Sets the timestamp nonce handler callback, which will later be called with OAuthProvider::callTimestampNonceHandler. Errors related to timestamp/nonce are thrown to this callback. Warning
This function is currently not documented; only its argument list is available. Parameters
Return ValuesNo value is returned. ExamplesExample #1 Example OAuthProvider::timestampNonceHandler callback
See Also
|