aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/GRPCCall+OAuth2.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-11-06 10:15:20 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-11-06 10:51:06 -0800
commit6b8f0ceae8f581cfd63b40c4e2ccab95783081ae (patch)
tree4c4cc199363c987e2f4bae1dee9038d18944b853 /src/objective-c/GRPCClient/GRPCCall+OAuth2.h
parent17a67fdb0fb01fe34c75d2c6bf34e24214222a89 (diff)
A few nits
Diffstat (limited to 'src/objective-c/GRPCClient/GRPCCall+OAuth2.h')
-rw-r--r--src/objective-c/GRPCClient/GRPCCall+OAuth2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/GRPCCall+OAuth2.h b/src/objective-c/GRPCClient/GRPCCall+OAuth2.h
index 3054bfc5a7..60cdc50bfd 100644
--- a/src/objective-c/GRPCClient/GRPCCall+OAuth2.h
+++ b/src/objective-c/GRPCClient/GRPCCall+OAuth2.h
@@ -24,7 +24,7 @@
@interface GRPCCall (OAuth2)
@property(atomic, copy) NSString* oauth2AccessToken;
-@property(atomic, readonly) NSString* oauth2ChallengeHeader;
+@property(atomic, copy, readonly) NSString* oauth2ChallengeHeader;
@property(atomic, strong) id<GRPCAuthorizationProtocol> tokenProvider;
@end