NetIQ Mobile SDK for iOS  2.0
Access Manager iOS Framework for OAuth & OIDC
OIDAuthorizationUICoordinatorIOS Class Reference

An iOS specific authorization UI Coordinator that uses a to present an authorization request. More...

#import <OIDAuthorizationUICoordinatorIOS.h>

Inherits NSObject, and <OIDAuthorizationUICoordinator>.

Instance Methods

(nonnull instancetype) - NS_UNAVAILABLE
 
(nullable instancetype) - initWithPresentingViewController:
 The designated initializer. More...
 
- Instance Methods inherited from <OIDAuthorizationUICoordinator>
(BOOL) - presentAuthorizationWithURL:session:
 Presents the authorization UI for the given URL. More...
 
(void) - dismissAuthorizationAnimated:completion:
 Dimisses the authorization UI and calls completion when the dismiss operation ends. More...
 

Class Methods

(void) + setSafariViewControllerFactory:
 Allows library consumers to change the OIDSafariViewControllerFactory used to create new instances of SFSafariViewController. More...
 

Detailed Description

An iOS specific authorization UI Coordinator that uses a to present an authorization request.

Method Documentation

◆ initWithPresentingViewController:()

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

The designated initializer.

Parameters
presentingViewControllerThe view controller from which to present the .

◆ setSafariViewControllerFactory:()

+ (void) setSafariViewControllerFactory: (id< OIDSafariViewControllerFactory >)  factory

Allows library consumers to change the OIDSafariViewControllerFactory used to create new instances of SFSafariViewController.

Remarks
Useful for customizing tint colors and presentation styles.
Parameters
factoryThe OIDSafariViewControllerFactory to use for creating new instances of SFSafariViewController.

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