success property

bool success

Returns true if the authentication is a success

Implementation

bool get success => error == null;