Skip to content

Commit 32595f9

Browse files
srukejennyf19
andauthored
Update src/Microsoft.Identity.Web.TokenAcquisition/AtPopOperation.cs
Co-authored-by: jennyf19 <jeferrie@microsoft.com>
1 parent 9cc78d7 commit 32595f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

0 commit comments

Comments
 (0)