logout
Close customer session
/**
* Close customer session (it removes the customerId saved during the create customer)
* Removes any reference to the customer
*/
- (void) logout;
The session is opened when one of this functionscreateCustomer,
setupCustomer
and getCustomerInfo
return success.
It deletes passpoint internet profiles installed in the device using createPasspointProfile and createWPA2EnterpriseProfile
.
Last updated
Was this helpful?