-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Regarding ACL I can see the following methods on iOS to deal with Access controle:
- (void) grantAccessToRole:(NSString *)roleName ofType:(NSString *)accessType completion:(BAAObjectResultBlock)completionBlock;
- (void) grantAccessToUser:(NSString *)username ofType:(NSString *)accessType completion:(BAAObjectResultBlock)completionBlock;
- (void) revokeAccessToRole:(NSString *)roleName ofType:(NSString *)accessType completion:(BAAObjectResultBlock)completionBlock;
- (void) revokeAccessToUser:(NSString *)username ofType:(NSString *)accessType completion:(BAAObjectResultBlock)completionBlock;
How do I query the type of access granted to a document?
I need to check on a document if this is already shared with the friends of a user or now.
Metadata
Metadata
Assignees
Labels
No labels