aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/GRPCCall+OAuth2.h
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-08-07 10:11:16 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-08-07 10:11:26 -0700
commit721b7a3923996c7ac8aa7258f1fe7d5bc416af2b (patch)
tree45648ae0f8fb78998d93f10ef6e1e6cb92e398c8 /src/objective-c/GRPCClient/GRPCCall+OAuth2.h
parent26e0c9ee4c70ad209a5d1d9609c517235e1d1b21 (diff)
Rename oauth2_lowerCamel -> oauth2UpperCamel
Diffstat (limited to 'src/objective-c/GRPCClient/GRPCCall+OAuth2.h')
-rw-r--r--src/objective-c/GRPCClient/GRPCCall+OAuth2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objective-c/GRPCClient/GRPCCall+OAuth2.h b/src/objective-c/GRPCClient/GRPCCall+OAuth2.h
index f14fe254b0..2e379a7157 100644
--- a/src/objective-c/GRPCClient/GRPCCall+OAuth2.h
+++ b/src/objective-c/GRPCClient/GRPCCall+OAuth2.h
@@ -41,9 +41,9 @@
// authorization header from the request.
// The value obtained by getting the property is the OAuth2 bearer token if the authorization header
// of the request has the form "Bearer <token>", or nil otherwise.
-@property(atomic, copy) NSString *oauth2_accessToken;
+@property(atomic, copy) NSString *oauth2AccessToken;
// Returns the value (if any) of the "www-authenticate" response header (the challenge header).
-@property(atomic, readonly) NSString *oauth2_challengeHeader;
+@property(atomic, readonly) NSString *oauth2ChallengeHeader;
@end