Send feedback
Stay organized with collections
Save and categorize content based on your preferences.
firebase:: auth:: AuthResult
#include <user.h>
The result of operations that can affect authentication state.
Summary
Public attributes
additional_user_info
Identity-provider specific information for the user, if the provider is one of Facebook, GitHub, Google, or Twitter.
credential
A
Credential instance for the recently signed-in user.
user
The currently signed-in
User , or an invalid
User if there isn't one (i.e.
Public attributes
additional_user_info
AdditionalUserInfo firebase :: auth :: AuthResult :: additional_user_info
Identity-provider specific information for the user, if the provider is one of Facebook, GitHub, Google, or Twitter.
credential
Credential firebase :: auth :: AuthResult :: credential
A Credential instance for the recently signed-in user.
This is not supported on desktop platforms.
user
User firebase :: auth :: AuthResult :: user
The currently signed-in User , or an invalid User if there isn't one (i.e.
if the user is signed-out then is_valid() will return false).
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-01-23 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-01-23 UTC."],[],[]]