isAuthenticated property

bool get isAuthenticated

Whether there is a confirmed session.

Implementation

bool get isAuthenticated => this is Authenticated;