aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/Source/RPCs/FIRSecureTokenRequest.m
diff options
context:
space:
mode:
Diffstat (limited to 'Firebase/Auth/Source/RPCs/FIRSecureTokenRequest.m')
-rw-r--r--Firebase/Auth/Source/RPCs/FIRSecureTokenRequest.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/Firebase/Auth/Source/RPCs/FIRSecureTokenRequest.m b/Firebase/Auth/Source/RPCs/FIRSecureTokenRequest.m
index 9c39e1e..786ea6c 100644
--- a/Firebase/Auth/Source/RPCs/FIRSecureTokenRequest.m
+++ b/Firebase/Auth/Source/RPCs/FIRSecureTokenRequest.m
@@ -126,6 +126,10 @@ static NSString *gAPIHost = @"securetoken.googleapis.com";
return URL;
}
+- (BOOL)containsPostBody {
+ return YES;
+}
+
- (nullable id)unencodedHTTPRequestBodyWithError:(NSError *_Nullable *_Nullable)error {
NSMutableDictionary *postBody = [@{
kGrantTypeKey : [[self class] grantTypeStringWithGrantType:_grantType]