Skip to content

Conversation

@gilmcquillan
Copy link
Contributor

No description provided.

public authorize(request: Function): Promise<any> {
return request([this.csrfHeader, this.getToken()]);
}
public authorize = (request: Function): Promise<any> =>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This matches the style in oauth.ts

@gilmcquillan gilmcquillan requested a review from njbbaer March 20, 2023 15:25
@gilmcquillan gilmcquillan merged commit c3da932 into master Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants