CurrentUserData
public struct CurrentUserData : ContentUsed to obtain the current user’s ID, username and logged-in status.
Returned by: GET /api/v3/user/whoami
- 
                  
                  The currrent user’s ID. DeclarationSwift let userID: UUID
- 
                  
                  The current user’s username. DeclarationSwift let username: String
- 
                  
                  Whether the user is currently logged in. DeclarationSwift var isLoggedIn: Bool
 View on GitHub
            View on GitHub
           CurrentUserData Structure Reference
      CurrentUserData Structure Reference