RouterRequest
extension RouterRequest
Extension of the RouterRequest class to provide access to UserProfile
information of authenticated users.
-
UserProfileinformation of authenticated users.Declaration
Swift
public internal(set) var userProfile: UserProfile? { get set }
View on GitHub
RouterRequest Extension Reference