Table of Contents

Enum SubjectTypeAuthorizationUserPolicy

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll

Defines the user flows policy for the resource server

public enum SubjectTypeAuthorizationUserPolicy

Fields

[EnumMember(Value = "allow_all")] AllowAll = 0
[EnumMember(Value = "deny_all")] DenyAll = 2
[EnumMember(Value = "require_client_grant")] RequireClientGrant = 1