Protocol for implementing custom authorization.
If you use custom authorization routines (like Facebook or Google Plus), you should implement this#resolveCustomAuthorizationWithHandler
to provide the results in form of KSAuthDelegate.Response of this authorization.
Method that should provide social authorization.
You should implement it according to specific requirements of your custom authorization routine and return the result in form of KSAuthDelegate.Response.