Oauth token_url

Hello I am trying to connect grafana login to my own API and I couldn’t find what should be returned from token_url in the documentation.
Nothing is written about token_url, I am using generic oAuth

Link to the doc:

can someone guide me on how to implement the token_url in my api or anything that would be helpful.

Thank you

It is OAuth 2.0 response: RFC 6749: The OAuth 2.0 Authorization Framework
OAuth is a standard, so read that RFC of used standard. I would recommend to to use Open ID Connect standard (built on top of OAuth 2.0) and then response will be slightly different: Final: OpenID Connect Core 1.0 incorporating errata set 1

Thank you for your reply.

Do you know how am I supposed to get the values for:
client_id and client_secret.

client_id = YOUR_APP_CLIENT_ID
client_secret = YOUR_APP_CLIENT_SECRET