NetIQ Mobile SDK for iOS  2.0
Access Manager iOS Framework for OAuth & OIDC
<OIDAuthStateChangeDelegate > Protocol Reference

Inherits <NSObject>.

Instance Methods

(void) - didChangeState:
 Called when the authorization state changes and any backing storage needs to be updated. More...
 

Method Documentation

◆ didChangeState:()

- (void OIDAuthStateChangeDelegate) didChangeState: (OIDAuthState *)  state

Called when the authorization state changes and any backing storage needs to be updated.

Parameters
stateThe OIDAuthState that changed. If you are storing the authorization state, you should update the storage when the state changes.

The documentation for this protocol was generated from the following file: