Searched refs:getOauthScope (Results 1 – 5 of 5) sorted by relevance
103 public function getOauthScope() function in Grpc\\Testing\\SimpleResponse
1658 assertFalse(response.getOauthScope().isEmpty()); in serviceAccountCreds()1659 assertTrue("Received oauth scope: " + response.getOauthScope(), in serviceAccountCreds()1660 authScope.contains(response.getOauthScope())); in serviceAccountCreds()1663 .setOauthScope(response.getOauthScope()) in serviceAccountCreds()1688 assertFalse(response.getOauthScope().isEmpty()); in computeEngineCreds()1689 assertTrue("Received oauth scope: " + response.getOauthScope(), in computeEngineCreds()1690 oauthScope.contains(response.getOauthScope())); in computeEngineCreds()1693 .setOauthScope(response.getOauthScope()) in computeEngineCreds()1742 assertFalse(response.getOauthScope().isEmpty()); in oauth2AuthToken()1743 assertTrue("Received oauth scope: " + response.getOauthScope(), in oauth2AuthToken()[all …]
137 hardAssert(strpos($args['oauth_scope'], $result->getOauthScope()) !== false,
3730 java.lang.String getOauthScope(); in getOauthScope() method3928 public java.lang.String getOauthScope() { in getOauthScope() method in Messages.SimpleResponse4023 result = result && getOauthScope() in equals()4024 .equals(other.getOauthScope()); in equals()4043 hash = (53 * hash) + getOauthScope().hashCode(); in hashCode()4264 if (!other.getOauthScope().isEmpty()) { in mergeFrom()4550 public java.lang.String getOauthScope() { in getOauthScope() method in Messages.SimpleResponse.Builder4608 oauthScope_ = getDefaultInstance().getOauthScope(); in clearOauthScope()
3280 java.lang.String getOauthScope(); in getOauthScope() method3478 public java.lang.String getOauthScope() { in getOauthScope() method in Messages.SimpleResponse3573 result = result && getOauthScope() in equals()3574 .equals(other.getOauthScope()); in equals()3593 hash = (53 * hash) + getOauthScope().hashCode(); in hashCode()3814 if (!other.getOauthScope().isEmpty()) { in mergeFrom()4100 public java.lang.String getOauthScope() { in getOauthScope() method in Messages.SimpleResponse.Builder4158 oauthScope_ = getDefaultInstance().getOauthScope(); in clearOauthScope()