Show / Hide Table of Contents

Class OAuth2Constants.AuthorizationEndpoint

Inheritance
object
OAuth2Constants.AuthorizationEndpoint
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.AuthorizationEndpoint

Fields

AuthorizationCodeResponseType

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

PkceChallengeMethodParameter

Declaration
public const string PkceChallengeMethodParameter = "code_challenge_method"
Field Value
Type Description
string

PkceChallengeMethodPlain

Declaration
public const string PkceChallengeMethodPlain = "plain"
Field Value
Type Description
string

PkceChallengeMethodS256

Declaration
public const string PkceChallengeMethodS256 = "S256"
Field Value
Type Description
string

PkceChallengeParameter

Declaration
public const string PkceChallengeParameter = "code_challenge"
Field Value
Type Description
string

ResponseTypeParameter

Declaration
public const string ResponseTypeParameter = "response_type"
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