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 authorizationViewDidDeauthorize (SFAuthorizationView!)
Sent to the delegate to indicate the user was deauthorized and the authorization view was changed to locked.
func authorizationViewDidHide (SFAuthorizationView!)
Sent to the delegate to indicate that the view’s visibility has changed.
func authorizationViewReleasedAuthorization (SFAuthorizationView!)
Sent to the delegate to indicate that deauthorization is about to occur.