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:
copyZCatalystApp.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
Yes
No
Send your feedback to us
Skip
Submit