Click or drag to resize

WebAuthenticationBrokerWrapper Class

Provides a wrapper for the UWP WebAuthenticationBroker and the Desktop Authentication handling
Provides a wrapper for the UWP WebAuthenticationBroker and the Desktop Authentication handling
Inheritance Hierarchy
SystemObject
  Cauldron.NetWebAuthenticationBrokerWrapper

Namespace:  Cauldron.Net
Assembly:  Cauldron (in Cauldron.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static class WebAuthenticationBrokerWrapper

The WebAuthenticationBrokerWrapper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAuthenticateAsync
Starts the asynchronous authentication operation. On Desktop the method has a timeout of 1 minute
Public methodStatic memberCallBack
Invokes the OnCallBack event
Top
Fields
  NameDescription
Public fieldStatic memberOnCallBack
Occures if the callback was invoked
Top
See Also