Skip to content

Commit

Permalink
Output accesstoken instead of JSON (#199)
Browse files Browse the repository at this point in the history
Co-authored-by: Roland Guijt <roland.guijt@gmail.com>
  • Loading branch information
RolandGuijt and Roland Guijt authored Jul 3, 2024
1 parent b0144b4 commit de81b4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
return;
}

Console.WriteLine(tokenResponse.Json);
Console.WriteLine(tokenResponse.AccessToken);
Console.WriteLine("\n\n");

// call api
Expand Down

0 comments on commit de81b4c

Please sign in to comment.