aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/Source/RPCs/FIRCreateAuthURIResponse.h
diff options
context:
space:
mode:
Diffstat (limited to 'Firebase/Auth/Source/RPCs/FIRCreateAuthURIResponse.h')
-rw-r--r--Firebase/Auth/Source/RPCs/FIRCreateAuthURIResponse.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Firebase/Auth/Source/RPCs/FIRCreateAuthURIResponse.h b/Firebase/Auth/Source/RPCs/FIRCreateAuthURIResponse.h
index 9f6cbae..8e8f7b0 100644
--- a/Firebase/Auth/Source/RPCs/FIRCreateAuthURIResponse.h
+++ b/Firebase/Auth/Source/RPCs/FIRCreateAuthURIResponse.h
@@ -51,6 +51,11 @@ NS_ASSUME_NONNULL_BEGIN
*/
@property(nonatomic, copy, readonly, nullable) NSArray<NSString *> *allProviders;
+/** @property signinMethods
+ @brief A list of sign-in methods available for the passed @c identifier.
+ */
+@property(nonatomic, copy, readonly, nullable) NSArray<NSString *> *signinMethods;
+
@end
NS_ASSUME_NONNULL_END