NetIQ Mobile SDK for iOS
2.0
Access Manager iOS Framework for OAuth & OIDC
|
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... | |
![]() | |
(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... | |
An iOS specific authorization UI Coordinator that uses a to present an authorization request.
- (nullable instancetype) initWithPresentingViewController: | (UIViewController *) | NS_DESIGNATED_INITIALIZER |
The designated initializer.
presentingViewController | The view controller from which to present the . |
+ (void) setSafariViewControllerFactory: | (id< OIDSafariViewControllerFactory >) | factory |
Allows library consumers to change the OIDSafariViewControllerFactory
used to create new instances of SFSafariViewController
.
factory | The OIDSafariViewControllerFactory to use for creating new instances of SFSafariViewController . |