CLLocationManager reference: To be notified when the authorization status changes, implement the locationManager(_:didChangeAuthorization:) method in your location manager delegate.
Кратко по-русски: у CLLocationManagerDelegate есть метод
locationManager(_:didChangeAuthorization:)
Этот callback будет вызван после запроса у юзера разрешения на location services.