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 2023-09-03 01:06:41 +0530 +0530

ON THIS PAGE