Skip to main content
Version: 2.13

Oauth2 Parse Access Token

Parse the JSON from a JSON response to an OAuth2 Token Endpoint

Description​

Parse the JSON from a JSON response to an OAuth2 Token Endpoint

Inputs​

  • JSON Token (String)

Outputs​

  • Access Token (String)
  • Token Type (String)
  • Expires In (Number): In seconds
  • Refresh Token (String)
  • Scope (String)