Enum ScopesValidationMode
- 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.