Skip to content

Commit

Permalink
update import
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoshouzi-gh committed Aug 23, 2023
1 parent a534f36 commit b401cfd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 8 additions & 0 deletions FirebaseAuth/Sources/Auth/FIRAuth.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

#import "FirebaseAuth/Sources/Auth/FIRAuth_Internal.h"



#if __has_include(<UIKit/UIKit.h>)
#import <UIKit/UIKit.h>
#endif
Expand Down Expand Up @@ -2369,6 +2371,12 @@ - (nullable FIRUser *)getStoredUserForAccessGroup:(NSString *_Nullable)accessGro
return user;
}

- (void)startPasskeySignInWithCompletion:(nullable void (^)(ASAuthorizationPlatformPublicKeyCredentialAssertionRequest * _Nullable __strong, NSError * _Nullable error))completion{
}

- (void)finalizePasskeySignInWithPlatformCredential:(ASAuthorizationPlatformPublicKeyCredentialAssertion *)platformCredential completion:(nullable void (^)(FIRAuthDataResult * _Nullable __strong, NSError * _Nullable __strong))completion{
}

@end

NS_ASSUME_NONNULL_END
2 changes: 0 additions & 2 deletions FirebaseAuth/Sources/Public/FirebaseAuth/FIRAuth.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@
@class FIRUser;
@protocol FIRAuthUIDelegate;
@protocol FIRFederatedAuthProvider;

#if TARGET_OS_IOS || TARGET_OS_TV || TARGET_OS_OSX || TARGET_OS_MACCATALYST
@class ASAuthorizationPlatformPublicKeyCredentialAssertion;
@class ASAuthorizationPlatformPublicKeyCredentialAssertionRequest;
#endif

NS_ASSUME_NONNULL_BEGIN

/** @typedef FIRUserUpdateCallback
Expand Down

0 comments on commit b401cfd

Please sign in to comment.