hasError property

bool get hasError

Returns true if the last authentication operation resulted in an error

Implementation

bool get hasError => this is AuthenticationErrorState;