Lines Matching refs:BOOL
53 @property (getter=isPending, nonatomic, readonly) BOOL pending;
59 @property (getter=isApproved, nonatomic, readonly) BOOL approved;
65 @property (getter=isDenied, nonatomic, readonly) BOOL denied;
71 @property (getter=isExpired, nonatomic, readonly) BOOL expired;
97 - (instancetype)initWithDatabase:(FRAIdentityDatabase *)database identityModel:(FRAIdentityModel *)identityModel messageId:(NSString *)messageId challenge:(NSString *)challenge timeReceived:(NSDate *)timeReceived timeToLive:(NSTimeInterval)timeToLive loadBalancerCookieData:(NSString *)loadBalancerCookie pending:(BOOL)pendingState approved:(BOOL)approvedState;
107 + (instancetype)notificationWithDatabase:(FRAIdentityDatabase *)database identityModel:(FRAIdentityModel *)identityModel messageId:(NSString *)messageId challenge:(NSString *)challenge timeReceived:(NSDate *)timeReceived timeToLive:(NSTimeInterval)timeToLive loadBalancerCookieData:(NSString *)loadBalancerCookie pending:(BOOL)pendingState approved:(BOOL)approvedState;
141 * @return BOOL NO if there was an error approving the Notification, in which case the error value will be populated.
143 - (BOOL)approveWithHandler:(void (^)(NSInteger, NSError *))handler error:(NSError *__autoreleasing*)error;
150 * @return BOOL NO if there was an error denying the Notification, in which case the error value will be populated.
152 - (BOOL)denyWithHandler:(void (^)(NSInteger, NSError *))handler error:(NSError *__autoreleasing*)error;