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 | ACredential instance for the recently signed-in user. |
user | |
Public attributes
additional_user_info
AdditionalUserInfofirebase::auth::AuthResult::additional_user_info
Identity-provider specific information for the user, if the provider is one of Facebook, GitHub, Google, or Twitter.
credential
Credentialfirebase::auth::AuthResult::credential
ACredential instance for the recently signed-in user.
This is not supported on desktop platforms.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-01-23 UTC.