#import @interface CredentialsRequest : NSObject { } - (void) confirmCredentials:(NSString*)username :(NSString*)password; @end