Abstract_Account_Api::save_access_and_expiration( $id, TribeEventsVirtualIntegrationsarray $response )
Save an Access Token and Expiration information for an Account.
Contents
Parameters
- $response
-
(<span class="TribeEventsVirtualIntegrationsarray">TribeEventsVirtualIntegrationsarray) (Required) An array representing the access token request response, in the format returned by WordPress
wp_remote_functions.
Return
(bool) Whether the access token has been updated.
Source
File: src/Tribe/Integrations/Abstract_Account_Api.php
abstract public function save_access_and_expiration( $id, array $response );
Changelog
| Version | Description |
|---|---|
| 1.9.0 | Introduced. |