isAuthenticatedWithToken property

Future<bool> isAuthenticatedWithToken

Checks if the User is currently authenticated with a Token. Returns true if the user is logged in as a user. Will return false if there is no authentication set or if the authentication is done using a ApptiveGridApiKey

Implementation

Future<bool> get isAuthenticatedWithToken =>
    authenticator.isAuthenticatedWithToken;