Show / Hide Table of Contents

Class OAuth2Constants.AuthorizationGrantResponse

Inheritance
object
OAuth2Constants.AuthorizationGrantResponse
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 static class OAuth2Constants.AuthorizationGrantResponse

Fields

AuthorizationCodeParameter

Declaration
public const string AuthorizationCodeParameter = "code"
Field Value
Type Description
string

ErrorCodeParameter

Declaration
public const string ErrorCodeParameter = "error"
Field Value
Type Description
string

ErrorDescriptionParameter

Declaration
public const string ErrorDescriptionParameter = "error_description"
Field Value
Type Description
string

ErrorUriParameter

Declaration
public const string ErrorUriParameter = "error_uri"
Field Value
Type Description
string

StateParameter

Declaration
public const string StateParameter = "state"
Field Value
Type Description
string
In this article
Back to top Generated by DocFX