AppAuth
OIDExternalUserAgentIOS.h
Go to the documentation of this file.
1 
19 #import <UIKit/UIKit.h>
20 
21 #import "OIDExternalUserAgent.h"
22 
23 @class SFSafariViewController;
24 
25 NS_ASSUME_NONNULL_BEGIN
26 
31 
32 - (nullable instancetype)init API_AVAILABLE(ios(11))
33  __deprecated_msg("This method will not work on iOS 13, use "
34  "initWithPresentingViewController:presentingViewController");
35 
40 - (nullable instancetype)initWithPresentingViewController:
41  (UIViewController *)presentingViewController
42  NS_DESIGNATED_INITIALIZER;
43 
44 @end
45 
46 NS_ASSUME_NONNULL_END
OIDExternalUserAgent.h
AppAuth iOS SDK.
OIDExternalUserAgentIOS
An iOS specific external user-agent that uses the best possible user-agent available depending on the...
Definition: OIDExternalUserAgentIOS.h:30
OIDExternalUserAgent-p
An external user-agent UI that presents displays the request to the user. Clients may provide custom ...
Definition: OIDExternalUserAgent.h:31