AppAuth
|
An iOS specific external user-agent that uses the best possible user-agent available depending on the version of iOS to present the request. More...
#import <OIDExternalUserAgentIOS.h>
Instance Methods | |
(nullable instancetype) | - initWithPresentingViewController: |
The designated initializer. More... | |
Instance Methods inherited from <OIDExternalUserAgent> | |
(BOOL) | - presentExternalUserAgentRequest:session: |
Presents the request in the external user-agent. More... | |
(void) | - dismissExternalUserAgentAnimated:completion: |
Dimisses the external user-agent and calls completion when the dismiss operation ends. More... | |
An iOS specific external user-agent that uses the best possible user-agent available depending on the version of iOS to present the request.
- (nullable instancetype) initWithPresentingViewController: | (UIViewController *) | NS_DESIGNATED_INITIALIZER |
The designated initializer.
presentingViewController | The view controller from which to present the SFSafariViewController . |