Skip to content

Update Auth ReauthenticateAndRetrieveData comments #502

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions auth/src/include/firebase/auth/user.h
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,9 @@ class User : public UserInfoInterface {
/// AdditionalUserInfo inside the returned SignInResult.
///
/// Returns an error if the existing credential is not for this user
/// or if sign-in with that credential failed. The user should remain
/// signed in even if this method failed. If the developer had held
/// a reference to that user, the reference will continue to be valid
/// after this operation.
/// or if sign-in with that credential failed.
/// @note: The current user may be signed out if this operation fails on
/// Android and desktop platforms.
Future<SignInResult> ReauthenticateAndRetrieveData(
const Credential& credential);

Expand Down