29 @property(atomic, copy) NSString* oauth2AccessToken;
30 @property(atomic, copy, readonly) NSString* oauth2ChallengeHeader;
31 @property(atomic, strong) id<GRPCAuthorizationProtocol> tokenProvider;
The interface is deprecated.
Definition: GRPCCall+OAuth2.h:27
Implement this protocol to provide a token to gRPC when a call is initiated.
Definition: GRPCTypes.h:186