APIObjectsLoginResponseOn this pageLoginResponseResponse to when a user tries to login type LoginResponse { jwt: String} Fields jwt (String) Json Web Token for authentication. Pass along this string with {"Authorization": "Bearer <jwt>"} to access secure APIs