Show / Hide Table of Contents

Class OAuth2Constants.TokenEndpoint

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

Fields

AuthorizationCodeGrantType

Declaration
public const string AuthorizationCodeGrantType = "authorization_code"
Field Value
Type Description
string

AuthorizationCodeParameter

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

GrantTypeParameter

Declaration
public const string GrantTypeParameter = "grant_type"
Field Value
Type Description
string

PkceVerifierParameter

Declaration
public const string PkceVerifierParameter = "code_verifier"
Field Value
Type Description
string

RefreshTokenGrantType

Declaration
public const string RefreshTokenGrantType = "refresh_token"
Field Value
Type Description
string

RefreshTokenParameter

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