firebase:: auth:: PhoneAuthCredential
#include <credential.h>
Wraps phone number and verification information for authentication purposes.
Summary
Inheritance
Inherits from: firebase::auth::Credential Constructors and Destructors | |
---|---|
PhoneAuthCredential() | |
PhoneAuthCredential(const PhoneAuthCredential & rhs) Copy constructor. |
Public functions | |
---|---|
operator=(const PhoneAuthCredential & rhs) | Copy a Credential. |
sms_code() const | std::string Gets the automatically retrieved SMS verification code if applicable. |
Public functions
PhoneAuthCredential
PhoneAuthCredential()
sms_code
std::string sms_code() const
Gets the automatically retrieved SMS verification code if applicable.
This method is only supported on Android.