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.
1 parent 38157b7 commit e2eb50eCopy full SHA for e2eb50e
src/Box/Auth/AppAuth.php
@@ -78,7 +78,7 @@ public function authenticate(JWTClaim $claim)
78
79
$this->token_info->issued_time = time();
80
81
- return $this->getTokenInfo();
+ return $this->token_info;
82
}
83
84
/**
0 commit comments