post deprecatedhttps://backstage.taboola.com/backstage/oauth/token
a. Client submits client_id
,client_secret
, username
and password
to the token
endpoint.
b. Server returns an Access Token and Refresh Token.
The
Content-Type
for this request isapplication/x-www-form-urlencoded
.
Deprecation notice
The Password Credentials flow for Backstage API has been deprecated.
Note
A Refresh Token is returned.