AppAuth
|
Delegate of the OIDAuthState used to monitor various changes in state. More...
#import <OIDAuthStateChangeDelegate.h>
Instance Methods | |
(void) | - didChangeState: |
Called when the authorization state changes and any backing storage needs to be updated. More... | |
Delegate of the OIDAuthState used to monitor various changes in state.
- (void) didChangeState: | (OIDAuthState *) | state |
Called when the authorization state changes and any backing storage needs to be updated.
state | The OIDAuthState that changed. @discussion If you are storing the authorization state, you should update the storage when the state changes. |