Enum 1140 OAuth 2.0 Code Challenge

App
Base Application
Namespace
Microsoft.Foundation.Enums
Versions
23-28

Values, 2

Versions171819202122232425262728

Source29

Source in 29

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'; }
}