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:

...