public function OAuthDrupalProvider::timestampNonceChecker in OAuth 1.0 8
Same name and namespace in other branches
- 8.2 src/Authentication/Provider/OAuthDrupalProvider.php \Drupal\oauth\Authentication\Provider\OAuthDrupalProvider::timestampNonceChecker()
Nonce handler.
@TODO need to remember what the hell this was.
File
- src/
Authentication/ Provider/ OAuthDrupalProvider.php, line 145 - Contains \Drupal\oauth\Authentication\Provider\OAuthProvider.
Class
- OAuthDrupalProvider
- Oauth authentication provider.
Namespace
Drupal\oauth\Authentication\ProviderCode
public function timestampNonceChecker($provider) {
return OAUTH_OK;
}