Expand description
Streaming client authentication.
Implement AuthValidator for custom authentication (database, LDAP, etc.)
or use StaticAuthValidator for config-file-based users/roles.
Structs§
- Auth
Result - Result of successful authentication.
- Role
- A role with named permissions.
- Static
Auth Validator - Config-file-based authentication matching the C++ implementation.
- User
- A user with credentials and role assignment.
Enums§
- Auth
Error - Authentication error.
Constants§
- PERM_
STREAMING - Permission required for streaming clients.
Traits§
- Auth
Validator - Trait for validating streaming client credentials.