This example shows inner working of OAuth2 Token retrieval based on Client ID and Client Secret. In most cases, users will want to use falcon.NewClient() to receive authenticated client. This example is only useful when you need obtain OAuth2 token for use outside of gofalcon.