diff --git a/source/Firebase/Auth/ApiDefinition.cs b/source/Firebase/Auth/ApiDefinition.cs index ce2ee0db6..a89db42b9 100644 --- a/source/Firebase/Auth/ApiDefinition.cs +++ b/source/Firebase/Auth/ApiDefinition.cs @@ -924,10 +924,10 @@ interface User : UserInfo [Export ("reloadWithCompletion:")] void Reload ([NullAllowed] UserProfileChangeHandler completion); - // -(void)reauthenticateWithCredential:(FIRAuthCredential * _Nonnull)credential completion:(FIRUserProfileChangeCallback _Nullable)completion; + // -(void)reauthenticateWithCredential:(FIRAuthCredential * _Nonnull)credential completion:(FIRAuthDataResultCallback _Nullable)completion; [Async] [Export ("reauthenticateWithCredential:completion:")] - void Reauthenticate (AuthCredential credential, [NullAllowed] UserProfileChangeHandler completion); + void Reauthenticate (AuthCredential credential, [NullAllowed] AuthDataResultHandler completion); // -(void)reauthenticateWithProvider:(id _Nonnull)provider UIDelegate:(id _Nullable)UIDelegate completion:(FIRAuthDataResultCallback _Nullable)completion __attribute__((swift_name("reauthenticate(with:uiDelegate:completion:)"))) __attribute__((availability(ios, introduced=8.0))); [Async]