Skip to content

Commit

Permalink
Make fetchAccessToken protected instead of private (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
rossipedia committed May 28, 2023
1 parent bd722c0 commit 6be6534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ export class OAuth2Strategy<
/**
* Format the data to be sent in the request body to the token endpoint.
*/
private async fetchAccessToken(
protected async fetchAccessToken(
code: string,
params: URLSearchParams
): Promise<{
Expand Down

0 comments on commit 6be6534

Please sign in to comment.