Home
last modified time | relevance | path

Searched refs:getExpiresIn (Results 1 – 21 of 21) sorted by relevance

/plugin/fedauth/Auth/OpenID/
H A DFileStore.php325 if ($association->getExpiresIn() == 0) {
429 if ($association->getExpiresIn() == 0) {
460 if ($assoc->getExpiresIn() == 0) {
609 if ($assoc->getExpiresIn() == 0) {
H A DServer.php657 'expires_in' => sprintf('%d', $assoc->getExpiresIn()),
1348 if (!$assoc || ($assoc->getExpiresIn() <= 0)) {
1354 if ($assoc && ($assoc->getExpiresIn() <= 0)) {
1413 if (($assoc !== null) && ($assoc->getExpiresIn() <= 0)) {
H A DAssociation.php154 function getExpiresIn($now = null) function in Auth_OpenID_Association
H A DSQLStore.php424 if ($assoc->getExpiresIn() == 0) {
H A DConsumer.php948 if ($assoc->getExpiresIn() <= 0) {
1446 ($assoc->getExpiresIn() <= 0)) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DAccountCredentials.php59 public function getExpiresIn() function in Google\\Service\\ShoppingContent\\AccountCredentials
/plugin/openid/Auth/OpenID/
H A DFileStore.php354 if ($association->getExpiresIn() == 0) {
463 if ($association->getExpiresIn() == 0) {
497 if ($assoc->getExpiresIn() == 0) {
662 if ($assoc->getExpiresIn() == 0) {
H A DServer.php742 'expires_in' => sprintf('%d', $assoc->getExpiresIn()),
1494 if (!$assoc || ($assoc->getExpiresIn() <= 0)) {
1500 if ($assoc && ($assoc->getExpiresIn() <= 0)) {
1568 if (($assoc !== null) && ($assoc->getExpiresIn() <= 0)) {
H A DAssociation.php154 function getExpiresIn($now = null) function in Auth_OpenID_Association
H A DSQLStore.php453 if ($assoc->getExpiresIn() == 0) {
H A DConsumer.php1001 if ($assoc->getExpiresIn() <= 0) {
1538 ($assoc->getExpiresIn() <= 0)) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSecurityToken/
H A DGoogleIdentityStsV1ExchangeTokenResponse.php69 public function getExpiresIn() function in Google\\Service\\CloudSecurityToken\\GoogleIdentityStsV1ExchangeTokenResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DVerifyCustomTokenResponse.php53 public function getExpiresIn() function in Google\\Service\\IdentityToolkit\\VerifyCustomTokenResponse
H A DEmailLinkSigninResponse.php75 public function getExpiresIn() function in Google\\Service\\IdentityToolkit\\EmailLinkSigninResponse
H A DSignupNewUserResponse.php89 public function getExpiresIn() function in Google\\Service\\IdentityToolkit\\SignupNewUserResponse
H A DIdentitytoolkitRelyingpartyVerifyPhoneNumberResponse.php73 public function getExpiresIn() function in Google\\Service\\IdentityToolkit\\IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse
H A DVerifyPasswordResponse.php109 public function getExpiresIn() function in Google\\Service\\IdentityToolkit\\VerifyPasswordResponse
H A DSetAccountInfoResponse.php122 public function getExpiresIn() function in Google\\Service\\IdentityToolkit\\SetAccountInfoResponse
H A DVerifyAssertionResponse.php330 public function getExpiresIn() function in Google\\Service\\IdentityToolkit\\VerifyAssertionResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Oauth2/
H A DTokeninfo.php95 public function getExpiresIn() function in Google\\Service\\Oauth2\\Tokeninfo
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php1211 public function getExpiresIn() function in Google\\Auth\\OAuth2
1402 if ($expiresIn = $this->getExpiresIn()) {