Skip to content

Commit

Permalink
Fix typo EndSessionResonse typo in README (openid#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdietrichstein authored Jul 12, 2023
1 parent d73ced5 commit c6137b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ private void endSession() {
@Override
protected void onActivityResult(int requestCode, int resultCode, Intent data) {
if (requestCode == RC_END_SESSION) {
EndSessionResonse resp = EndSessionResonse.fromIntent(data);
EndSessionResponse resp = EndSessionResponse.fromIntent(data);
AuthorizationException ex = AuthorizationException.fromIntent(data);
// ... process the response or exception ...
} else {
Expand Down

0 comments on commit c6137b7

Please sign in to comment.