- authorizationViewShouldDeauthorize:
Sent to the delegate when a user clicks the open lock icon.
- authorizationViewDidAuthorize:
Sent to the delegate to indicate the user was authorized and the authorization view was changed to unlocked.
- authorizationViewDidDeauthorize:
Sent to the delegate to indicate the user was deauthorized and the authorization view was changed to locked.
- authorizationViewDidHide:
Sent to the delegate to indicate that the view’s visibility has changed.
- authorizationViewReleasedAuthorization:
Sent to the delegate to indicate that deauthorization is about to occur.