ЕСОЗ - публічна документація

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

apiaryexchange-oauth-code-grant-to-access-token
Post/oauth/tokens/

Purpose

This WS is designed to exchange authorization code with requested scopes to access_token

Request

  • grant_type
  • code
  • client_id
  • client_secret
  • redirect_uri
  • scope

Validation

validate grant_type


  • No labels