login-kit-sample
login-kit-sample copied to clipboard
Type 'SCSDKLoginClient' has no member 'unlinkAllSessions'
Just trying to logout using the example provided. The example xcodeproj contains the following error in LoginViewController.swift
Type 'SCSDKLoginClient' has no member 'unlinkAllSessions'
from
SCSDKLoginClient.unlinkAllSessions { (success: Bool) in
self.displayForLogoutState()
}
Should be changed to
SCSDKLoginClient.clearToken()
self.displayForLogoutState()
in the example