success property

bool get success

Returns true if the authentication is a success

Implementation

bool get success => error == null;