FirebaseAuthMissingActivityForRecaptchaException

public class FirebaseAuthMissingActivityForRecaptchaException extends FirebaseAuthException


Thrown when the auth request attempted to fetch a reCAPTCHA token, but the activity is missing or null.

Summary

Public constructors

Returns an instance of FirebaseAuthMissingActivityForRecaptchaException with an error message.

Inherited methods

From com.google.firebase.auth.FirebaseAuthException
@NonNull String

Returns an error code that may provide more information about the error.

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] p)
String

Public constructors

FirebaseAuthMissingActivityForRecaptchaException

public FirebaseAuthMissingActivityForRecaptchaException()

Returns an instance of FirebaseAuthMissingActivityForRecaptchaException with an error message.