Skip to content
This repository was archived by the owner on May 20, 2021. It is now read-only.

Commit 7072fbd

Browse files
committed
Added loginWithMethodName: parameters:parameters completionHandler:completionHandler to header file, so that custom login handlers (server side) can be called
1 parent a7b95aa commit 7072fbd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Meteor/METDDPClient+AccountsPassword.h

100644100755
+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ NS_ASSUME_NONNULL_BEGIN
3030

3131
- (void)loginWithEmail:(NSString *)email password:(NSString *)password completionHandler:(nullable METLogInCompletionHandler)completionHandler;
3232

33+
/// @name Logging In with Parameters (e.g. Facebook Token, needs custom login handler on server side)
34+
- (void)loginWithMethodName:(NSString *)methodName parameters:(nullable NSArray *)parameters completionHandler:(nullable METLogInCompletionHandler)completionHandler;
35+
3336
/// @name Signing Up with Password
3437

3538
- (void)signUpWithEmail:(NSString *)email password:(NSString *)password completionHandler:(nullable METLogInCompletionHandler)completionHandler;

0 commit comments

Comments
 (0)