Skip to content

Commit

Permalink
Change output
Browse files Browse the repository at this point in the history
  • Loading branch information
gkurbesov committed Nov 17, 2024
1 parent 7e5b928 commit 5101ac5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/YaCloudKit.IAM.Examples/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@

var iamTokenResponse = await yandexIamServiceClient.GetIamForServiceAccountAsync();

Console.WriteLine(iamTokenResponse);
Console.WriteLine("IAM token: " + iamTokenResponse.IamToken.Substring(0, 20) + "...");
Console.WriteLine("Expires at: " + iamTokenResponse.ExpiresAt);

0 comments on commit 5101ac5

Please sign in to comment.