mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
More authenticator integration
- Only start the updateManager if the installation is authenticated (not yet tested) - Provide the installation data to the updateManager requests - Some more documentation - Authenticator defaults to BITAuthenticatorAuthTypeUDIDProvider and BITAuthenticatorValidationTypeNever - Reset usage time if installation identification changes (not yet tested)
This commit is contained in:
@@ -60,6 +60,13 @@
|
||||
|
||||
@property (nonatomic, copy) tAuthenticationCompletion authenticationCompletionBlock;
|
||||
|
||||
/**
|
||||
* Specifies the type of installation identification for the current app installation
|
||||
*
|
||||
* KVO'able
|
||||
*/
|
||||
@property (nonatomic, readonly) BOOL installationIdentificationType;
|
||||
|
||||
/**
|
||||
* removes all previously stored authentication tokens, UDIDs, etc
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user