Show / Hide Table of Contents

    Class ProxyAuthenticationContext

    A context container for authentication flows

    Inheritance
    Object
    ProxyAuthenticationContext
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Titanium.Web.Proxy.Models
    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
    Type Description
    String

    Result

    The result of the current authentication request

    Declaration
    public ProxyAuthenticationResult Result { get; set; }
    Property Value
    Type Description
    ProxyAuthenticationResult

    Methods

    Failed()

    Declaration
    public static ProxyAuthenticationContext Failed()
    Returns
    Type Description
    ProxyAuthenticationContext

    Succeeded()

    Declaration
    public static ProxyAuthenticationContext Succeeded()
    Returns
    Type Description
    ProxyAuthenticationContext
    Back to top Generated by DocFX