OAuth Runtime Tokens REST Endpoints

OAuth Runtime/OAuth Runtime Tokens
Obtain an Access Token and other OAuth Runtime tokens using one of the grant type flows. An Access Token can be obtained in several ways:
  • Client Credential grant flow (either client_ID/client_secret or client assertion)
  • Password grant flow
  • SAML2 Assertion grant flow
  • JWT Assertion grant flow
  • 3-legged grant flow (Authorization Code/Implicit)
  • Device Code grant flow
  • Refresh Token to regenerate an Access Token
Generate Access Token and Other OAuth Runtime Tokens to Access the Resource
Method: post
Path: /oauth2/v1/token
HTTP Options
Method: options
Path: /oauth2/v1/token