Enum 1140 OAuth 2.0 Code Challenge, source in 29
Source29
src/Layers/W1/BaseApp/System/OAuth/OAuth20CodeChallenge.Enum.al10 lines, Copyright (c) Microsoft Corporation. MIT
namespace Microsoft.Foundation.Enums;
enum 1140 "OAuth 2.0 Code Challenge"
{
Extensible = true;
AssignmentCompatibility = true;
value(0; " ") { Caption = ' '; }
value(1; S256) { Caption = 'S256'; }
}