isSuccess property

bool get isSuccess

Returns true if the authentication was successful.

Implementation

bool get isSuccess => code != null;