isCredentialError property

bool isCredentialError
final

Returns true if the error is a credential error, which means that could not authenticate because of an error like: invalid email, invalid password, invalid access token, etc.

Returns false in case the error is not related to credential, like no connection error.

Implementation

final bool isCredentialError;