NetIQ Mobile SDK for iOS
2.0
Access Manager iOS Framework for OAuth & OIDC
|
Inherits <NSObject>.
Instance Methods | |
(void) | - didChangeState: |
Called when the authorization state changes and any backing storage needs to be updated. More... | |
- (void OIDAuthStateChangeDelegate) didChangeState: | (OIDAuthState *) | state |
Called when the authorization state changes and any backing storage needs to be updated.
state | The OIDAuthState that changed. If you are storing the authorization state, you should update the storage when the state changes. |