19 #import <Foundation/Foundation.h> 27 @class UIViewController;
29 @class NSViewController;
59 -(void)authenticationManager:(
AGSAuthenticationManager*)authenticationManager wantsToShowViewController:(UIViewController*)viewController;
66 -(void)authenticationManager:(
AGSAuthenticationManager*)authenticationManager wantsToDismissViewController:(UIViewController*)viewController;
74 -(void)authenticationManager:(
AGSAuthenticationManager*)authenticationManager wantsToShowViewController:(NSViewController*)viewController;
81 -(void)authenticationManager:(
AGSAuthenticationManager*)authenticationManager wantsToDismissViewController:(NSViewController*)viewController;
A class to manage authentication.
Definition: AGSAuthenticationManager.h:43
A delegate for AGSAuthenticationManager.
Definition: AGSAuthenticationManagerDelegate.h:42
Represents an authentication challenge when accessing secured resources.
Definition: AGSAuthenticationChallenge.h:53