Remove Sts prefix in the request name as it is duplicate with the package

This commit is contained in:
Jin Qin
2023-09-28 00:42:26 +00:00
parent c50beac896
commit 6e2aaff345
3 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ var auth = ClientAuthentication{
ClientSecret: clientSecret,
}
var exchangeTokenRequest = StsTokenExchangeRequest{
var exchangeTokenRequest = TokenExchangeRequest{
ActingParty: struct {
ActorToken string
ActorTokenType string