Skip to content

Commit d7e29d3

Browse files
srukejennyf19
authored andcommitted
Update src/Microsoft.Identity.Web.TokenAcquisition/AtPopOperation.cs
Co-authored-by: jennyf19 <[email protected]>
1 parent 2d319cb commit d7e29d3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/Microsoft.Identity.Web.TokenAcquisition/AtPopOperation.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public AtPopOperation(string keyId, string reqCnf)
1717
KeyId = keyId;
1818
_reqCnf = reqCnf;
1919
}
20+
2021
public int TelemetryTokenType => 4; // as per TelemetryTokenTypeConstants
2122

2223
public string AuthorizationHeaderPrefix => "Bearer"; // these tokens go over bearer

tests/Microsoft.Identity.Web.Test/AtPopOperationTests.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
using Microsoft.Identity.Client;
2-
using Microsoft.Identity.Web;
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License.
3+
34
using Microsoft.IdentityModel.Tokens;
4-
using System.Collections.Generic;
55
using Xunit;
66

7-
namespace Microsoft.Identity.Web.TokenAcquisition.Tests
7+
namespace Microsoft.Identity.Web.Test
88
{
99
public class AtPopOperationTests
1010
{

0 commit comments

Comments
 (0)