Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Public OauthToken struct #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sherodtaylor
Copy link

I'm currently using another library to go through the OAuth flow. I would like to use this library to call Coinbase but not to authenticate.

@@ -41,8 +41,8 @@ type ContactsParams struct {
Query string `json:"query,omitempty"`
}

// The OAuth Tokens Struct returned from OAuth Authentication
type oauthTokens struct {
// OauthTokens the OAuth Tokens Struct returned from OAuth Authentication

Choose a reason for hiding this comment

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

Nit: In my opinion, this change does not add value to the comment. Since the OauthTokens struct is on the next line, adding its name to this comment does not seem to add information to this comment. I would remove this, but will approve anyways as it's not hurting anything and is subjective.

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.

2 participants