Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Grant typeDescription

Guidelines

password

Authenticate using a username and password.
device_codeAuthenticate a device using a secondary device.Device Authorization Grant
refresh_tokenRenew an active session using a refresh token.
third_party_token_exchangeAuthenticate using a token from a third-party authentication service.Third-party token exchange grant
stb_pwlessAuthenticate a previously provisioned device using a public-key certificate.STB passwordless auth grant

Using the access token

Once you have obtained the access token, you can use the service by providing the access token in the Authorization header in every request to an API that requires authorization:

...

Access tokens cannot be revoked, but they will expire after a while. When a session is ended, any remaining unexpired access tokens should simply be discarded.

The examples for performing the call for revoking the refresh tokens can be found in the Postman collection below.


Postman collection for user preferences

View file
nameUserPreferencesV2.zip
height250