Show / Hide Table of Contents

Class OAuth2Constants.DeviceAuthorization

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

Fields

DeviceCodeGrantType

Declaration
public const string DeviceCodeGrantType = "urn:ietf:params:oauth:grant-type:device_code"
Field Value
Type Description
string

DeviceCodeParameter

Declaration
public const string DeviceCodeParameter = "device_code"
Field Value
Type Description
string

GrantTypeParameter

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