Lines Matching refs:is_null
404 if (is_null($idToken)) {
427 if (is_null($this->getSigningKey())) {
430 if (is_null($this->getSigningAlgorithm())) {
445 if (is_null($v)) {
449 if (!(is_null($this->getAudience()))) {
453 if (!(is_null($this->getScope()))) {
461 if (!(is_null($this->getSub()))) {
482 if (is_null($uri)) {
507 if (!is_null($this->getRedirectUri())) {
513 if (!is_null($grantType)) {
540 if (is_null($httpHandler)) {
649 if (!is_null($opts['issued_at'])) {
672 if (is_null($this->getAuthorizationUri())) {
688 if (is_null($params['client_id'])) {
693 if (is_null($params['redirect_uri'])) {
783 if (is_null($uri)) {
808 if (is_null($this->scope)) {
825 if (is_null($scope)) {
853 if (!is_null($this->grantType)) {
859 if (!is_null($this->code)) {
863 if (!is_null($this->refreshToken)) {
867 if (!is_null($this->username) && !is_null($this->password)) {
871 if (!is_null($this->issuer) && !is_null($this->signingKey)) {
1153 if (is_null($signingAlgorithm)) {
1224 if (is_null($expiresIn)) {
1240 if (!is_null($this->expiresAt)) {
1244 if (!is_null($this->issuedAt) && !is_null($this->expiresIn)) {
1261 return !is_null($expiration) && $now >= $expiration;
1437 if (is_null($uri)) {