grpc/examples/objective-c/auth_sample
Esun Kim ec58a346f9
Changed C99 to C11 (#29687)
* Changed C99 to C11

* Remove gnu99 option

* Switch to gnu11 for xcode
2022-05-20 14:03:04 -07:00
..
AuthSample.xcodeproj Changed C99 to C11 (#29687) 2022-05-20 14:03:04 -07:00
Misc auto-fix most of licenses 2017-06-08 11:22:41 +02:00
AuthTestService.podspec Bump iOS and OSX version 2020-09-30 14:58:30 -07:00
MakeRPCViewController.h auto-fix most of licenses 2017-06-08 11:22:41 +02:00
MakeRPCViewController.m Update objc examples to use v2 API 2019-04-19 14:22:00 -07:00
Podfile Fix required a higher minimum deployment target of Auth Sample Test (#25736) 2021-03-17 10:50:00 -07:00
README.md Docs: fix links to grpc.io tutorial pages 2020-06-16 08:47:24 -04:00
SelectUserViewController.h auto-fix most of licenses 2017-06-08 11:22:41 +02:00
SelectUserViewController.m auto-fix most of licenses 2017-06-08 11:22:41 +02:00

README.md

OAuth2 on gRPC: Objective-C

This is the supporting code for the tutorial "OAuth2 on gRPC: Objective-C."