Module types

Module types 

Source
Expand description

Authentication types and data structures

Ported from OxiRS (https://github.com/cool-japan/oxirs) Original implementation: Copyright (c) OxiRS Contributors Adapted for OxiFY License: MIT OR Apache-2.0 (compatible with OxiRS)

Structs§

AuditEvent
Audit event with context
Claims
JWT token claims
JwtConfig
JWT configuration
LoginRequest
Login request
LoginResponse
Login response
OAuth2Config
OAuth2 configuration
TokenValidation
Token validation result
User
Authenticated user information

Enums§

AuditEventType
Authentication audit event types for logging and compliance
AuthError
Authentication errors
AuthResult
Authentication result
JwtAlgorithm
JWT algorithm types
JwtKeyConfig
JWT key configuration
Permission
Permission types

Type Aliases§

Result