NetIQ Mobile SDK for iOS  2.0
Access Manager iOS Framework for OAuth & OIDC
OIDAuthorizationService(IOS) Category Reference

Provides iOS specific authorization request handling. More...

#import <OIDAuthorizationService+IOS.h>

Class Methods

(id< OIDAuthorizationFlowSession >) + presentAuthorizationRequest:presentingViewController:callback:
 Perform an authorization flow using . More...
 

Detailed Description

Provides iOS specific authorization request handling.

Method Documentation

◆ presentAuthorizationRequest:presentingViewController:callback:()

+ (id<OIDAuthorizationFlowSession>) presentAuthorizationRequest: (OIDAuthorizationRequest *)  request
presentingViewController: (UIViewController *)  presentingViewController
callback: (OIDAuthorizationCallback callback 

Perform an authorization flow using .

Parameters
requestThe authorization request.
presentingViewControllerThe view controller from which to present the .
callbackThe method called when the request has completed or failed.
Returns
A OIDAuthorizationFlowSession instance which will terminate when it receives a OIDAuthorizationFlowSession.cancel message, or after processing a OIDAuthorizationFlowSession.resumeAuthorizationFlowWithURL: message.

Extends class OIDAuthorizationService.


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