I am using OAuth2 authentication in my app.
Grant Type: Password Credentials
Access Token URL: http://oauthurl
Username:username
Password password
Client ID: id
Client secret:secret
client authentication: send client credentials in body
I have a link inside anchor tag, how should I pass the credential to the anchor tag and get authenticated?