mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Documentation fix for restrictApplicationUsage in BITAuthenticator
This commit is contained in:
@@ -160,9 +160,9 @@ typedef NS_ENUM(NSUInteger, BITAuthenticatorAppRestrictionEnforcementFrequency)
|
||||
* If enabled, the Authenticator checks depending on `restrictionEnforcementFrequency`
|
||||
* if the user is allowed to use this application.
|
||||
*
|
||||
* Enabling this property and setting `identificationType` to `BITAuthenticatorIdentificationTypeHockeyAppEmail`
|
||||
* or `BITAuthenticatorIdentificationTypeHockeyAppUser` also allows to remove access for users
|
||||
* by removing them from the app's users list on HockeyApp.
|
||||
* Enabling this property and setting `identificationType` to `BITAuthenticatorIdentificationTypeHockeyAppEmail`,
|
||||
* `BITAuthenticatorIdentificationTypeHockeyAppUser` or `BITAuthenticatorIdentificationTypeWebAuth` also allows
|
||||
* to remove access for users by removing them from the app's users list on HockeyApp.
|
||||
*
|
||||
* _Default_: `NO`
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user