errorMessage property

String? get errorMessage

Gets the error message if authentication failed

Implementation

String? get errorMessage => error?.message;