Developers SDK

VPNUAuthDelegateProtocol

Protocol for implementing custom authorization.
Discussion

If you use custom authorization routines (like Facebook or Google Plus), you implement methods by this protocol to provide the results of this authorization. First you must return YES in willImplementCustomAuthorization method. Then, when resolveCustomAuthorizationWithHandler: is called, you finish the authorization routine and call the authorization completion handler with appropriate parameters.

Extends: otocol: NSObject

Declared in: VPNUAuthDelegateProtocol.h

Instance Methods