Show / Hide Table of Contents

Class OAuth2Constants

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

Fields

ClientIdParameter

Declaration
public const string ClientIdParameter = "client_id"
Field Value
Type Description
string

RedirectUriParameter

Declaration
public const string RedirectUriParameter = "redirect_uri"
Field Value
Type Description
string

ScopeParameter

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