Fix external link in OAuth2 objective-c page (#1035)

This commit is contained in:
Patrice Chalin 2022-08-14 18:24:31 -04:00 committed by GitHub
parent 724220a3c8
commit 8e565cac36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,7 @@ token_.
### Example code and setup {#setup}
The example code for our tutorial is in
[gprc/examples/objective-c/auth_sample](https://github.com/grpc/grpc/tree/
{{< param grpc_vers.core >}}/examples/objective-c/auth_sample). To
For the example source, see [gprc/examples/objective-c/auth_sample][]. To
download the example, clone this repository by running the following commands:
```sh
@ -177,3 +175,5 @@ GRPCUnaryProtoCall *rpc = [client unaryCallWithMessage:myRequestMessage
When the call starts, it will call the `TokenProvider` instance's `getTokenWithHandler:` method with
a callback `handler` and waits for the callback. The `TokenProvider` instance may call the handler
at any time to provide the token for this call and resume the call process.
[gprc/examples/objective-c/auth_sample]: https://github.com/grpc/grpc/tree/{{< param grpc_vers.core >}}/examples/objective-c/auth_sample