forked from remote/oauth2
Remove Sts prefix in the request name as it is duplicate with the package
This commit is contained in:
@@ -22,7 +22,7 @@ var auth = ClientAuthentication{
|
||||
ClientSecret: clientSecret,
|
||||
}
|
||||
|
||||
var exchangeTokenRequest = StsTokenExchangeRequest{
|
||||
var exchangeTokenRequest = TokenExchangeRequest{
|
||||
ActingParty: struct {
|
||||
ActorToken string
|
||||
ActorTokenType string
|
||||
|
||||
Reference in New Issue
Block a user