HomeSort by relevance Sort by last modified time
    Searched refs:fillOauthScope (Results 1 - 5 of 5) sorted by null

  /external/grpc-grpc/examples/objective-c/auth_sample/
MakeRPCViewController.m 58 request.fillOauthScope = YES;
  /external/grpc-grpc/src/objective-c/examples/Sample/Sample/
ViewController.m 38 request.fillOauthScope = YES;
  /external/grpc-grpc/src/objective-c/examples/SwiftSample/
ViewController.swift 33 request.fillOauthScope = true
  /external/grpc-grpc/src/php/tests/interop/
interop_client.php 82 * @param $fillOauthScope boolean whether to fill result with oauth scope
85 $fillOauthScope = false, $callback = false)
98 $request->setFillOauthScope($fillOauthScope);
134 $fillOauthScope = true);
157 $fillOauthScope = true);
174 $fillOauthScope = true);
191 $fillOauthScope = true);
224 $fillOauthScope = true,
  /external/grpc-grpc/src/objective-c/tests/
GRPCClientTests.m 177 request.fillOauthScope = YES;
209 request.fillOauthScope = YES;
393 request.fillOauthScope = YES;
599 request.fillOauthScope = YES;

Completed in 606 milliseconds