package
0.0.0-20250221174145-b41912a6cc93
Repository: https://github.com/aslape/gofalcon.git
Documentation: pkg.go.dev

# README

OAuth2 Token Retrieval

Please use falcon.NewClient() to get authenticated API client.

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.