We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
EndSessionResonse
1 parent d73ced5 commit c6137b7Copy full SHA for c6137b7
README.md
@@ -446,7 +446,7 @@ private void endSession() {
446
@Override
447
protected void onActivityResult(int requestCode, int resultCode, Intent data) {
448
if (requestCode == RC_END_SESSION) {
449
- EndSessionResonse resp = EndSessionResonse.fromIntent(data);
+ EndSessionResponse resp = EndSessionResponse.fromIntent(data);
450
AuthorizationException ex = AuthorizationException.fromIntent(data);
451
// ... process the response or exception ...
452
} else {
0 commit comments