Searched refs:denyButton (Results 1 - 3 of 3) sorted by relevance

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRANotificationViewController.h45 @property (weak, nonatomic) IBOutlet UIButton *denyButton; variable
H A DFRANotificationViewController.m99 self.denyButton.userInteractionEnabled = NO;
110 self.denyButton.userInteractionEnabled = NO;
203 self.denyButton.hidden = hide;
/forgerock/authenticator-ios-v2/unit-tests/
H A DFRANotificationViewControllerTests.m77 XCTAssertEqual(viewController.denyButton.hidden, NO, "deny button should be shown if Touch ID unavailable");
97 XCTAssertEqual(viewController.denyButton.hidden, YES, "deny button should not be shown if Touch ID is available");

Completed in 49 milliseconds