Home
last modified time | relevance | path

Searched refs:expires_in (Results 26 – 36 of 36) sorted by relevance

12

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DHeroku.php93 $token->setLifeTime($data['expires_in']);
101 unset($data['expires_in']);
H A DMicrosoft.php106 $token->setLifetime($data['expires_in']);
114 unset($data['expires_in']);
H A DYammer.php76 unset($data['expires_in']);
H A DHarvest.php94 $token->setLifetime($data['expires_in']);
/plugin/fedauth/Auth/OpenID/
H A DAssociation.php79 * @param integer $expires_in This is the amount of time this
97 static function fromExpiresIn($expires_in, $handle, $secret, $assoc_type) argument
100 $lifetime = $expires_in;
H A DConsumer.php1605 $expires_in = Auth_OpenID::intval($expires_in_str);
1606 if ($expires_in === false) {
1659 $expires_in, $assoc_handle, $secret, $assoc_type);
/plugin/openid/Auth/OpenID/
H A DAssociation.php79 * @param integer $expires_in This is the amount of time this
96 static function fromExpiresIn($expires_in, $handle, $secret, $assoc_type) argument
99 $lifetime = $expires_in;
H A DConsumer.php1701 $expires_in = Auth_OpenID::intval($expires_in_str);
1702 if ($expires_in === false) {
1755 $expires_in, $assoc_handle, $secret, $assoc_type);
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DGCECredentials.php389 $json['expires_at'] = time() + $json['expires_in'];
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveClient.js576 newAuthInfo.expires = Date.now() + parseInt(newAuthInfo.expires_in) * 1000;
763 if (resp != null && resp.error == null && resp.expires_in > 0)
765 this.tokenRefreshInterval = parseInt(resp.expires_in) * 1000;
777 }), resp.expires_in * 900);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMlNamespace.asciidoc355 $params['expires_in'] = (time) The time interval after which the forecast expires. Expired forecasts will be deleted at the first opportunity.

12