Advertisement
Guest User

Untitled

a guest
Jan 21st, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. public function launchWidget($oAuthToken)
  2. {
  3. // .. Redacted lots of code
  4. $loyaltyIoJwt = $this->loyaltyIoService->createJwt(['user' => $laravelUser->id, 'scopes' => ['**']]);
  5.  
  6. return view('pages.loyalty.widget', [
  7. 'jwt' => $loyaltyIoJwt,
  8. ]);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement