aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/Source/RPCs/FIRAuthRPCRequest.h
diff options
context:
space:
mode:
Diffstat (limited to 'Firebase/Auth/Source/RPCs/FIRAuthRPCRequest.h')
-rw-r--r--Firebase/Auth/Source/RPCs/FIRAuthRPCRequest.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Firebase/Auth/Source/RPCs/FIRAuthRPCRequest.h b/Firebase/Auth/Source/RPCs/FIRAuthRPCRequest.h
index ddad3cb..cde0bd8 100644
--- a/Firebase/Auth/Source/RPCs/FIRAuthRPCRequest.h
+++ b/Firebase/Auth/Source/RPCs/FIRAuthRPCRequest.h
@@ -16,6 +16,8 @@
#import <Foundation/Foundation.h>
+@class FIRAuthRequestConfiguration;
+
NS_ASSUME_NONNULL_BEGIN
/** @protocol FIRAuthRPCRequest
@@ -35,6 +37,14 @@ NS_ASSUME_NONNULL_BEGIN
*/
- (nullable id)unencodedHTTPRequestBodyWithError:(NSError *_Nullable *_Nullable)error;
+@optional
+
+/** @fn requestConfiguration
+ @brief Obtains the request configurations if available.
+ @return Returns the request configurations.
+ */
+- (FIRAuthRequestConfiguration *)requestConfiguration;
+
@end
NS_ASSUME_NONNULL_END