NetIQ Mobile SDK for iOS  2.0
Access Manager iOS Framework for OAuth & OIDC
OIDAuthState+IOS.h
Go to the documentation of this file.
1 
19 #import <UIKit/UIKit.h>
20 
21 #import "OIDAuthState.h"
22 
23 NS_ASSUME_NONNULL_BEGIN
24 
28 
39 + (id<OIDAuthorizationFlowSession>)
40  authStateByPresentingAuthorizationRequest:(OIDAuthorizationRequest *)authorizationRequest
41  presentingViewController:(UIViewController *)presentingViewController
42  callback:(OIDAuthStateAuthorizationCallback)callback;
43 
44 @end
45 
46 NS_ASSUME_NONNULL_END
AppAuth iOS SDK.
iOS specific convenience methods for OIDAuthState.
Definition: OIDAuthState+IOS.h:27
Represents an authorization request.
Definition: OIDAuthorizationRequest.h:40
void(^ OIDAuthStateAuthorizationCallback)(OIDAuthState *_Nullable authState, NSError *_Nullable error)
The method called when the authStateByPresentingAuthorizationRequest:presentingViewController:callbac...
Definition: OIDAuthState.h:48