LoginDetails

struct LoginDetails {
    let accessToken: String
    let userID: String
    let userName: String?
    let req2FA: Bool?
}