mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
add URL for HockeyApps identification site to public interface
This commit is contained in:
@@ -220,6 +220,12 @@ typedef NS_ENUM(NSUInteger, BITAuthenticatorAppRestrictionEnforcementFrequency)
|
||||
*/
|
||||
@property (nonatomic, strong) NSURL *webpageURL;
|
||||
|
||||
/**
|
||||
* URL to query the device's id via external webpage
|
||||
* Built with the baseURL set in `webpageURL`.
|
||||
*/
|
||||
- (NSURL*) deviceAuthenticationURL;
|
||||
|
||||
/**
|
||||
* The url-scheme used to idenfify via `BITAuthenticatorIdentificationTypeDevice`
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user