Guest User

Untitled

a guest
Jan 7th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. public getToken(): any {
  2. debugger;
  3. return this.adalService.acquireToken("d3ff1be3-8484-4b28-8b67-7df715a5af79").subscribe(
  4. token => {
  5. console.log(token.toString());
  6. },
  7. error =>
  8. {
  9. console.log(error);
  10. }
  11. );
  12. }
Add Comment
Please, Sign In to add comment