Table of Contents

Enum ScopesValidationMode

Namespace
Keycloak.AuthServices.Authorization.AuthorizationServer
Assembly
Keycloak.AuthServices.Authorization.dll

Specifies the validation mode for multiple scopes.

public enum ScopesValidationMode

Fields

AllOf = 0

Specifies that all of the scopes must be valid.

AnyOf = 1

Specifies that at least one of the scopes must be valid.