NetIQ Mobile SDK for iOS
2.0
Access Manager iOS Framework for OAuth & OIDC
OIDAuthStateChangeDelegate.h
Go to the documentation of this file.
1
19
#import <Foundation/Foundation.h>
20
21
@class
OIDAuthState
;
22
23
NS_ASSUME_NONNULL_BEGIN
24
28
@protocol
OIDAuthStateChangeDelegate
<NSObject>
29
35
- (void)didChangeState:(
OIDAuthState
*)state;
36
37
@end
38
39
NS_ASSUME_NONNULL_END
OIDAuthStateChangeDelegate-p
Delegate of the OIDAuthState used to monitor various changes in state.
Definition:
OIDAuthStateChangeDelegate.h:21
OIDAuthState
A convenience class that retains the auth state between OIDAuthorizationResponses and OIDTokenRespons...
Definition:
OIDAuthState.h:54
MFAuthLib
AppAuth.framework
Headers
OIDAuthStateChangeDelegate.h
Generated by
1.8.13