User Logout
The logout() method can log an app user out from the Catalyst iOS app.
The code syntax for user logout is given below:
copy
ZCatalystApp.shared.logout( completion : @escaping ( Error? ) -> Void )
ViewController.swift
Parameters:
- completion: The completion block will be passed with an error if the logout was unsuccessful.
Last Updated 2025-08-28 12:01:44 +0530 IST
Yes
No
Send your feedback to us
Skip
Submit