services/portal/portal_service library

Classes

PortalService
Service for authenticating with NTUT Portal and performing SSO.

Enums

PortalServiceCode
Identification codes for NTUT services used in SSO authentication.

Properties

portalServiceProvider Provider<PortalService>
Provides the singleton PortalService instance.
final

Typedefs

CalendarEventDto = ({bool allDay, String? content, String? creatorName, DateTime? end, int? id, String? ownerName, String? place, DateTime? start, String? title})
Represents a calendar event from the NTUT Portal.
UserDto = ({String? avatarFilename, String? email, String? name, int? passwordExpiresInDays})
Represents a logged-in NTUT Portal user.