Class OAuth2Constants.AuthorizationEndpoint
Inheritance
OAuth2Constants.AuthorizationEndpoint
Assembly: Algenta.Colectica.Repository.Client.dll
Syntax
public static class OAuth2Constants.AuthorizationEndpoint
Fields
AuthorizationCodeResponseType
Declaration
public const string AuthorizationCodeResponseType = "code"
Field Value
PkceChallengeMethodParameter
Declaration
public const string PkceChallengeMethodParameter = "code_challenge_method"
Field Value
PkceChallengeMethodPlain
Declaration
public const string PkceChallengeMethodPlain = "plain"
Field Value
PkceChallengeMethodS256
Declaration
public const string PkceChallengeMethodS256 = "S256"
Field Value
PkceChallengeParameter
Declaration
public const string PkceChallengeParameter = "code_challenge"
Field Value
ResponseTypeParameter
Declaration
public const string ResponseTypeParameter = "response_type"
Field Value
StateParameter
Declaration
public const string StateParameter = "state"
Field Value