lipengwei
2020-05-27 60b9637b6e97170a4059a2aeaeeac1cd827fcffc
frameworks/VKSdkFramework.framework/Headers/VKAuthorizeController.h
@@ -30,6 +30,10 @@
    VKAuthorizationTypeApp
};
@interface VKNavigationController : UINavigationController
@end
@interface VKAuthorizationContext : VKObject
@property (nonatomic, readonly, strong) NSString *clientId;
@property (nonatomic, readonly, strong) NSString *displayType;
@@ -56,10 +60,10 @@
/**
Controller for authorization through webview (if VK app not available)
*/
@interface VKAuthorizeController : UIViewController <UIWebViewDelegate>
@interface VKAuthorizeController : UIViewController
/**
Causes UIWebView in standard UINavigationController be presented in SDK delegate
Causes web view in standard UINavigationController be presented in SDK delegate
@param appId Identifier of VK application
@param permissions Permissions that user specified for application
@param revoke If YES, user will see permissions list and allow to logout (if logged in already)
@@ -71,7 +75,7 @@
                         displayType:(VKDisplayType)displayType;
/**
Causes UIWebView in standard UINavigationController be presented for user validation
Causes web view in standard UINavigationController be presented for user validation
@param validationError validation error returned by API
*/
+ (void)presentForValidation:(VKError *)validationError;