Class ProxyAuthenticationContext
A context container for authentication flows
Inheritance
ProxyAuthenticationContext
Assembly: Titanium.Web.Proxy.dll
Syntax
public class ProxyAuthenticationContext
Properties
Continuation
An optional continuation token to return to the caller if set
Declaration
public string Continuation { get; set; }
Property Value
Result
The result of the current authentication request
Declaration
public ProxyAuthenticationResult Result { get; set; }
Property Value
Methods
Failed()
Declaration
public static ProxyAuthenticationContext Failed()
Returns
Succeeded()
Declaration
public static ProxyAuthenticationContext Succeeded()
Returns