Skip to content

Commit

Permalink
Clean up refresh access token
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianruesch committed Nov 21, 2023
1 parent 917aa41 commit 70cc47e
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -693,10 +693,7 @@ export class JiraServerProvider implements IProvider {
throw new Error("Method not implemented for Jira Server")
}

refreshAccessToken(oauthRefreshOptions: {
clientId: string
clientSecret: string
}): Promise<void> {
refreshAccessToken(): Promise<void> {
throw new Error("Method not implemented for Jira Server")
}

Expand Down

0 comments on commit 70cc47e

Please sign in to comment.