aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Auth/Tests/FIRFakeBackendRPCIssuer.m
diff options
context:
space:
mode:
Diffstat (limited to 'Example/Auth/Tests/FIRFakeBackendRPCIssuer.m')
-rw-r--r--Example/Auth/Tests/FIRFakeBackendRPCIssuer.m9
1 files changed, 5 insertions, 4 deletions
diff --git a/Example/Auth/Tests/FIRFakeBackendRPCIssuer.m b/Example/Auth/Tests/FIRFakeBackendRPCIssuer.m
index 93589e7..bdc7706 100644
--- a/Example/Auth/Tests/FIRFakeBackendRPCIssuer.m
+++ b/Example/Auth/Tests/FIRFakeBackendRPCIssuer.m
@@ -28,10 +28,11 @@ static NSString *const kFakeErrorDomain = @"fake domain";
FIRAuthBackendRPCIssuerCompletionHandler _handler;
}
-- (void)asyncPostToURL:(NSURL *)URL
- body:(NSData *)body
- contentType:(NSString *)contentType
- completionHandler:(FIRAuthBackendRPCIssuerCompletionHandler)handler {
+- (void)asyncPostToURLWithRequestConfiguration:(FIRAuthRequestConfiguration *)requestConfiguration
+ URL:(NSURL *)URL
+ body:(NSData *)body
+ contentType:(NSString *)contentType
+ completionHandler:(FIRAuthBackendRPCIssuerCompletionHandler)handler {
_requestURL = [URL copy];
_requestData = body;
NSDictionary *JSON = [NSJSONSerialization JSONObjectWithData:body options:0 error:nil];