Go to the documentation of this file.
19 #import <Foundation/Foundation.h>
23 NS_ASSUME_NONNULL_BEGIN
45 - (void)authState:(
OIDAuthState *)state didEncounterAuthorizationError:(NSError *)error;
58 - (void)authState:(
OIDAuthState *)state didEncounterTransientError:(NSError *)error;
Delegate of the OIDAuthState used to monitor errors.
Definition: OIDAuthStateErrorDelegate.h:28
A convenience class that retains the auth state between OIDAuthorizationResponses and OIDTokenRespons...
Definition: OIDAuthState.h:54