aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2015-05-12 22:51:30 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2015-05-12 22:54:13 -0700
commit358b7163405c171d4321812679bb4055dfc589d9 (patch)
tree8863406ce82004db9a64cc9b6a1b6a9a450cca32 /src
parentf4206872bb00211d67b3170de3360521c9ad5831 (diff)
add comment
Diffstat (limited to 'src')
-rwxr-xr-xsrc/php/lib/Grpc/BaseStub.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/php/lib/Grpc/BaseStub.php b/src/php/lib/Grpc/BaseStub.php
index f9f7d5bb39..b84b6b86f8 100755
--- a/src/php/lib/Grpc/BaseStub.php
+++ b/src/php/lib/Grpc/BaseStub.php
@@ -71,6 +71,9 @@ class BaseStub {
$channel->close();
}
+ /**
+ * constructs the auth uri for the jwt
+ */
private function _get_jwt_aud_uri($method) {
$last_slash_idx = strrpos($method, '/');
if ($last_slash_idx === false) {