mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-28 10:55:40 +00:00
Update documentation.
This commit is contained in:
parent
314ad65152
commit
f33c7c5542
@ -124,11 +124,10 @@ typedef void(^tValidationCompletion)(BOOL validated, NSError *error);
|
||||
@property (nonatomic, weak) id<BITAuthenticatorDelegate> delegate;
|
||||
|
||||
/**
|
||||
* The authentication token from HockeyApp.
|
||||
* The authentication secret from HockeyApp. To find the right secret, click on your app on the HockeyApp dashboard,
|
||||
* then on Show next to "Secret:".
|
||||
*
|
||||
* Set the token to the `Secret ID` which HockeyApp provides for every app.
|
||||
|
||||
When running the app from the App Store, this setting is ignored.
|
||||
* When running the app from the App Store, this setting is ignored.
|
||||
*/
|
||||
@property (nonatomic, copy) NSString *authenticationSecret;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user