Guest User

Untitled

a guest
Jan 22nd, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. auth2.grantOffline().then(function(resp) {
  2.  
  3. // where to use this auth_code? expiry of it?
  4. let auth_code = resp.code;
  5.  
  6.  
  7. });
Add Comment
Please, Sign In to add comment