canAuthenticateWithDeviceCredential method

Future<bool> canAuthenticateWithDeviceCredential()

Check if device credentials are enrolled

Implementation

Future<bool> canAuthenticateWithDeviceCredential() {
  throw UnimplementedError('canAuthenticateWithDeviceCredential() has not been implemented.');
}