hasCachedAccountInformation property

Future<bool> hasCachedAccountInformation

Checks if MSAL has cached information

Implementation

Future<bool> get hasCachedAccountInformation async =>
    _coreOAuth.hasCachedAccountInformation;