1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- #ifdef __OBJC__
- #import <UIKit/UIKit.h>
- #else
- #ifndef FOUNDATION_EXPORT
- #if defined(__cplusplus)
- #define FOUNDATION_EXPORT extern "C"
- #else
- #define FOUNDATION_EXPORT extern
- #endif
- #endif
- #endif
- #import "AppAuthCore.h"
- #import "OIDAuthorizationRequest.h"
- #import "OIDAuthorizationResponse.h"
- #import "OIDAuthorizationService.h"
- #import "OIDAuthState.h"
- #import "OIDAuthStateChangeDelegate.h"
- #import "OIDAuthStateErrorDelegate.h"
- #import "OIDClientMetadataParameters.h"
- #import "OIDDefines.h"
- #import "OIDEndSessionRequest.h"
- #import "OIDEndSessionResponse.h"
- #import "OIDError.h"
- #import "OIDErrorUtilities.h"
- #import "OIDExternalUserAgent.h"
- #import "OIDExternalUserAgentRequest.h"
- #import "OIDExternalUserAgentSession.h"
- #import "OIDFieldMapping.h"
- #import "OIDGrantTypes.h"
- #import "OIDIDToken.h"
- #import "OIDRegistrationRequest.h"
- #import "OIDRegistrationResponse.h"
- #import "OIDResponseTypes.h"
- #import "OIDScopes.h"
- #import "OIDScopeUtilities.h"
- #import "OIDServiceConfiguration.h"
- #import "OIDServiceDiscovery.h"
- #import "OIDTokenRequest.h"
- #import "OIDTokenResponse.h"
- #import "OIDTokenUtilities.h"
- #import "OIDURLQueryComponent.h"
- #import "OIDURLSessionProvider.h"
- #import "AppAuth.h"
- #import "OIDAuthorizationService+IOS.h"
- #import "OIDAuthState+IOS.h"
- #import "OIDExternalUserAgentCatalyst.h"
- #import "OIDExternalUserAgentIOS.h"
- #import "OIDExternalUserAgentIOSCustomBrowser.h"
- FOUNDATION_EXPORT double AppAuthVersionNumber;
- FOUNDATION_EXPORT const unsigned char AppAuthVersionString[];
|