NetIQ Mobile SDK for iOS  2.0
Access Manager iOS Framework for OAuth & OIDC
MFAuthLib.h
1 //
2 // MFAuthLib.h
3 // MFAuthLib
4 //
5 // Created by MicroFocus on 12/15/16.
6 // Copyright © 2016 Microfocus. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 
11 #import <MFAuthLib/MFAuthService.h>
12 #import <MFAuthLib/MFServiceConfiguration.h>
13 #import <MFAuthLib/MFError.h>
14 #import <MFAuthLib/MFConstants.h>
15 #import <MFAuthLib/MFDefines.h>
16 
17 #import <MFAuthLib/MFSimpleKeychain.h>
18 #import <MFAuthLib/MFSimpleKeychain+KeyPair.h>
19 
20 //#import <AppAuthLib/AppAuthLib.h>
21 #import <AppAuth/AppAuth.h>
22 
23 
25 FOUNDATION_EXPORT double MFAuthLibVersionNumber;
26 
28 FOUNDATION_EXPORT const unsigned char MFAuthLibVersionString[];
29 
30 // In this header, you should import all the public headers of your framework using statements like #import <MFAuthLib/PublicHeader.h>
31 
32