Show / Hide Table of Contents

Class OAuth2WebBrowserOptions

Inheritance
object
OAuth2WebBrowserOptions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: GitCredentialManager.Authentication.OAuth
Assembly: Algenta.Colectica.Repository.Client.dll
Syntax
public class OAuth2WebBrowserOptions

Properties

FailureRedirectFormat

Declaration
public Uri FailureRedirectFormat { get; set; }
Property Value
Type Description
Uri

FailureResponseHtmlFormat

Declaration
public string FailureResponseHtmlFormat { get; set; }
Property Value
Type Description
string

SuccessRedirect

Declaration
public Uri SuccessRedirect { get; set; }
Property Value
Type Description
Uri

SuccessResponseHtml

Declaration
public string SuccessResponseHtml { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX