func authorizationViewShouldDeauthorize (SFAuthorizationView!) -> Bool
Sent to the delegate when a user clicks the open lock icon.
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 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.