Class OAuth2Constants.DeviceAuthorization
Inheritance
OAuth2Constants.DeviceAuthorization
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
DeviceCodeParameter
Declaration
public const string DeviceCodeParameter = "device_code"
Field Value
GrantTypeParameter
Declaration
public const string GrantTypeParameter = "grant_type"
Field Value