File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Xero.NetStandard.OAuth2Client Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <TargetFramework >netstandard2.0</TargetFramework >
44 <PackageId >Xero.NetStandard.OAuth2Client</PackageId >
5- <Version >1.2.1 </Version >
5+ <Version >1.2.2 </Version >
66 <Authors >Xero</Authors >
77 <Company >Xero</Company >
88 <PackageLicenseUrl >https://github.com/XeroAPI/Xero-NetStandard/</PackageLicenseUrl >
Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ public async Task RevokeAccessTokenAsync(IXeroToken xeroToken)
278278 Address = "https://identity.xero.com/connect/revocation" ,
279279 ClientId = xeroConfiguration . ClientId ,
280280 ClientSecret = xeroConfiguration . ClientSecret ,
281- Token = xeroToken . AccessToken
281+ Token = xeroToken . RefreshToken
282282 } ) ;
283283
284284 if ( response . IsError )
You can’t perform that action at this time.
0 commit comments