AppAuth
Source
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:28
OIDAuthState
A convenience class that retains the auth state between OIDAuthorizationResponses and OIDTokenRespons...
Definition:
OIDAuthState.h:54
Generated by
1.8.16