QuinnChen
QuinnChen

Reputation: 740

How to get existing token with Github API

The token attribute is deprecated in many OAuth Authorizations API responses according official doc

So how can I get existing token?

Upvotes: 2

Views: 4006

Answers (1)

Ivan Zuzak
Ivan Zuzak

Reputation: 18782

That's not possible anymore. The token will be returned only when you create it via the API, but it won't be returned if you try to fetch it afterwards.

Can you clarify why you need to fetch existing tokens?

Upvotes: 4

Related Questions