AuthEndpoint
extension AuthEndpoint where QuerySubject: NotificationProtocol
An extension that adds the .notify()
modifier to components conforming to
NotificationProtocol
.
-
A modifier to send notifications when an endpoint operation is executed.
Declaration
Swift
public func notify() -> AuthNotificationModifier<Self>
Return Value
An instance of an
AuthNotificationModifier