AppAuth
Instance Methods | List of all members
<OIDAuthStateChangeDelegate> Protocol Reference

Delegate of the OIDAuthState used to monitor various changes in state. More...

#import <OIDAuthStateChangeDelegate.h>

Inheritance diagram for <OIDAuthStateChangeDelegate>:

Instance Methods

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

Detailed Description

Delegate of the OIDAuthState used to monitor various changes in state.

Method Documentation

◆ didChangeState:()

- (void) didChangeState: (OIDAuthState *)  state

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

Parameters
stateThe OIDAuthState that changed. @discussion 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: