domain_layer/entities/auth_policy library
Classes
- AuthPolicy
- Which identity a request may be attributed to, and from when.
- AuthPolicyAllow
- Authenticates as account once refused, see AuthPolicy.allow.
- AuthPolicyNever
- Never authenticates, see AuthPolicy.never.
- AuthPolicyRequire
- Authenticates as account from the start, see AuthPolicy.require.