FlaneurAuthorizationView
public protocol FlaneurAuthorizationViewInherit from this protocol and UIView in order to provide a custom authorization view (Views displayed instead of pickerView when source is not allowed already. You need to include ActionKit in order to work with the mandatory authorizeClosure which is of type ActionKitVoidClosure
- 
                  
                  Init with sourceName et authorizeClosure DeclarationSwift init(withSourceName sourceName: String, authorizeClosure closure: @escaping ActionKitVoidClosure)ParameterssourceNameThe name of the source (ex: Instagram) will be given to you through this parameter closureThe closure to attach to your UIButton in order to launch the authorization popup, you need to include ActionKit in order to do that.linked text 
 View on GitHub
View on GitHub FlaneurAuthorizationView Protocol Reference
        FlaneurAuthorizationView Protocol Reference