func authorizationViewShouldDeauthorize (SFAuthorizationView!) -> Bool
Sent to the delegate when a user clicks the open lock icon.
func authorizationViewCreatedAuthorization (SFAuthorizationView!)
Sent to the delegate to indicate the authorization object has been created or changed. If you have saved a copy of the authorization object for your own purposes, you should discard it and call
authorization()
for a new authorization object.func authorizationViewDidAuthorize (SFAuthorizationView!)
Sent to the delegate to indicate the user was authorized and the authorization view was changed to unlocked.
func authorizationViewDidDeauthorize (SFAuthorizationView!)
Sent to the delegate to indicate the user was deauthorized and the authorization view was changed to locked.
func authorizationViewReleasedAuthorization (SFAuthorizationView!)
Sent to the delegate to indicate that deauthorization is about to occur.