exception property

Exception exception
final

The error that occurred during authentication. Often this is an instance of FirebaseAuthException that might contain more details about the error.

There is an ErrorText widget that can be used to display error details in human readable form.

Implementation

final Exception exception;