NetIQ Mobile SDK for iOS  2.0
Access Manager iOS Framework for OAuth & OIDC
OIDAuthorizationService+IOS.h
Go to the documentation of this file.
1 
19 #import <UIKit/UIKit.h>
20 
22 
23 NS_ASSUME_NONNULL_BEGIN
24 
28 
38 + (id<OIDAuthorizationFlowSession>)
39  presentAuthorizationRequest:(OIDAuthorizationRequest *)request
40  presentingViewController:(UIViewController *)presentingViewController
41  callback:(OIDAuthorizationCallback)callback;
42 @end
43 
44 NS_ASSUME_NONNULL_END
Represents an authorization request.
Definition: OIDAuthorizationRequest.h:40
Provides iOS specific authorization request handling.
Definition: OIDAuthorizationService+IOS.h:27
void(^ OIDAuthorizationCallback)(OIDAuthorizationResponse *_Nullable authorizationResponse, NSError *_Nullable error)
Represents the type of block used as a callback for various methods of OIDAuthorizationService.
Definition: OIDAuthorizationService.h:47
AppAuth iOS SDK.