Versions Compared

Key

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

...

Use CaseDescriptionAuthorization Grant
Divbox
stylewidth:120px110px; border:none; background:#fff; padding:0px;
classforSettingTableColumnWidth

Anonymous Users

Software that only accesses one VideoManager Pro account belonging to the application developer. Users don't need to have a VideoManager Pro account and can use the application anonymously. This use case can be used for both client-side and server-side applications. This should be the appropriate option for most integrations.
Resource Owner Password Credentials
Logged-in Users (client-side)Software within a user's browser that redirects the user to allow them to login to their VideoManager Pro accounts. Here, a code is given to the browser and traded for an access token.Authorization Code
Logged-in Users (server-side)

Server-side software that redirects the user to allow them to login to their VideoManager Pro accounts. Here, a code is given to the server and traded for an access token.

Authorization Code

...