hasValidCredentials method

Checks if a non-expired pair of credentials can be obtained from the native storage.

Implementation

Future<bool> hasValidCredentials(
    final CredentialsManagerRequest<HasValidCredentialsOptions> request) {
  throw UnimplementedError('hasValidCredentials() has not been implemented');
}