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