NetIQ Mobile SDK for iOS
2.0
Access Manager iOS Framework for OAuth & OIDC
|
Provides iOS specific authorization request handling. More...
#import <OIDAuthorizationService+IOS.h>
Class Methods | |
(id< OIDAuthorizationFlowSession >) | + presentAuthorizationRequest:presentingViewController:callback: |
Perform an authorization flow using . More... | |
Provides iOS specific authorization request handling.
+ (id<OIDAuthorizationFlowSession>) presentAuthorizationRequest: | (OIDAuthorizationRequest *) | request | |
presentingViewController: | (UIViewController *) | presentingViewController | |
callback: | (OIDAuthorizationCallback) | callback | |
Perform an authorization flow using .
request | The authorization request. |
presentingViewController | The view controller from which to present the . |
callback | The method called when the request has completed or failed. |
OIDAuthorizationFlowSession
instance which will terminate when it receives a OIDAuthorizationFlowSession.cancel
message, or after processing a OIDAuthorizationFlowSession.resumeAuthorizationFlowWithURL:
message. Extends class OIDAuthorizationService.