mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
add "webAuth" identificationType
This commit is contained in:
@@ -75,6 +75,18 @@ typedef NS_ENUM(NSUInteger, BITAuthenticatorIdentificationType) {
|
||||
* for further documentation on this.
|
||||
*/
|
||||
BITAuthenticatorIdentificationTypeDevice,
|
||||
/**
|
||||
* Ask for the HockeyApp account email.
|
||||
* <br/><br/>
|
||||
* This will present a user interface requesting the user to start a Safari based
|
||||
* flow to login to HockeyApp (if not already logged in) and to share the hockeyapp
|
||||
* account's email.
|
||||
* <br/><br/>
|
||||
* If restrictApplicationUsage is enabled, the provided user account has to match a
|
||||
* registered HockeyApp user who is a member or tester of the app.
|
||||
* For identification purpose any HockeyApp user is allowed.
|
||||
*/
|
||||
BITAuthenticatorIdentificationTypeWebAuth,
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user