Skip to content
This repository has been archived by the owner on Feb 22, 2021. It is now read-only.

Add Get Access Token sample #37

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add Get Access Token sample #37

wants to merge 2 commits into from

Commits on Jul 31, 2019

  1. Add Get Access Token sample

    This sample allows you to get an access token using the OAuth2 client
    credentials grant type. You create a Server to Server app and get a
    client ID and client secret. Using these, you can get an access token
    from the added API call.
    
    This also includes an update to the VMC Environment file for client_id
    and client_secret.
    
    Signed-off-by: J.R. Garcia <[email protected]>
    J.R. Garcia committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    26da8dc View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. Rename environment variables

    Rename the client_id and client_secret variables to app_id and app_secret.
    
    Signed-off-by: J.R. Garcia <[email protected]>
    J.R. Garcia committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    349212b View commit details
    Browse the repository at this point in the history