Show / Hide Table of Contents

Class OAuth2AuthorizationCodeResult

Inheritance
object
OAuth2AuthorizationCodeResult
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 OAuth2AuthorizationCodeResult

Constructors

OAuth2AuthorizationCodeResult(string, Uri, string)

Declaration
public OAuth2AuthorizationCodeResult(string code, Uri redirectUri = null, string codeVerifier = null)
Parameters
Type Name Description
string code
Uri redirectUri
string codeVerifier

Properties

Code

Declaration
public string Code { get; }
Property Value
Type Description
string

CodeVerifier

Declaration
public string CodeVerifier { get; }
Property Value
Type Description
string

RedirectUri

Declaration
public Uri RedirectUri { get; }
Property Value
Type Description
Uri
In this article
Back to top Generated by DocFX