Protocols
The following protocols are available globally.
-
Undocumented
See moreDeclaration
Swift
public protocol AdminPanelUserControllerType
-
Undocumented
See moreDeclaration
Swift
public protocol DashboardControllerType
-
Undocumented
See moreDeclaration
Swift
public protocol LoginControllerType
-
Undocumented
See moreDeclaration
Swift
public protocol AdminPanelUserRoleType : Comparable, Decodable, Encodable, LosslessStringConvertible
-
Undocumented
See moreDeclaration
Swift
public protocol AdminPanelUserType: Creatable, Loginable, Parameter, PasswordAuthenticatable, PasswordResettable, SessionAuthenticatable, Submittable, TemplateDataRepresentable, Updatable where Self.Login: Decodable, Self.Update: Decodable, Self.ResolvedParameter == Future<Self>, Self.RequestReset: Submittable, Self.ResetPassword: Submittable
Protocols Reference