getClientExtensionResults property
      
      AuthenticationExtensionsClientOutputs Function()
      get
      getClientExtensionResults
      
    
    
    
Implementation
_i3.AuthenticationExtensionsClientOutputs Function()
    get getClientExtensionResults => () => _i4.callMethod(
          _i4.getProperty(
            this,
            'getClientExtensionResults',
          ),
          r'call',
          [this],
        );
      
      set
      getClientExtensionResults
      (AuthenticationExtensionsClientOutputs value()) 
      
    
    
    
Implementation
set getClientExtensionResults(
    _i3.AuthenticationExtensionsClientOutputs Function() value) {
  _i4.setProperty(
    this,
    'getClientExtensionResults',
    _i4.allowInterop(value),
  );
}