25 #import <Foundation/Foundation.h>
32 @class UIViewController;
60 -(void)authenticationManager:(
AGSAuthenticationManager*)authenticationManager wantsToShowViewController:(UIViewController*)viewController ;
68 -(void)authenticationManager:(
AGSAuthenticationManager*)authenticationManager wantsToDismissViewController:(UIViewController*)viewController ;
Represents an authentication challenge when accessing secured resources.
Definition: AGSAuthenticationChallenge.h:60
A class to manage authentication.
Definition: AGSAuthenticationManager.h:50
A delegate for AGSAuthenticationManager.
Definition: AGSAuthenticationManagerDelegate.h:44