nxtbgthng / OAuth2Client

Client library for OAuth2 (currently built against draft 10 of the OAuth2 spec)
855 stars 217 forks source link

Where is the observer for NXOAuth2AccountDidFailToGetAccessTokenNotification? #222

Open marcelmendesfilho opened 6 years ago

marcelmendesfilho commented 6 years ago

NXOAuth2Account.m posts a NXOAuth2AccountDidFailToGetAccessTokenNotification notification but I didn't find where is its observer. I think it should be on NXOAuthAccountStore.m as it observes correlated notifications.

Can anyone help me with this? This missing code is causing a crash in my app.

Marcel