isAuthenticated property

bool get isAuthenticated

Returns true if the user is fully authenticated with a selected tenant

Implementation

bool get isAuthenticated => this is UserAuthenticatedWithSelectedTenantState;