AppAuth
Instance Methods | List of all members
OIDExternalUserAgentIOS Class Reference

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>

Inheritance diagram for OIDExternalUserAgentIOS:
<OIDExternalUserAgent>

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...
 

Detailed Description

An iOS specific external user-agent that uses the best possible user-agent available depending on the version of iOS to present the request.

Method Documentation

◆ initWithPresentingViewController:()

- (nullable instancetype) initWithPresentingViewController: (UIViewController *)  NS_DESIGNATED_INITIALIZER

The designated initializer.

Parameters
presentingViewControllerThe view controller from which to present the SFSafariViewController.

The documentation for this class was generated from the following file: