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