An open API service indexing awesome lists of open source software.

https://github.com/palantir/go-oauth2-client

A golang client for requesting client credentials from an OAuth2 server.
https://github.com/palantir/go-oauth2-client

octo-correct-managed

Last synced: about 2 months ago
JSON representation

A golang client for requesting client credentials from an OAuth2 server.

Awesome Lists containing this project

README

        


Autorelease

# go-oauth-client

[![CircleCI](https://circleci.com/gh/palantir/go-oauth2-client/tree/develop.svg?style=svg)](https://circleci.com/gh/palantir/go-oauth2-client/tree/develop) [![](https://godoc.org/github.com/palantir/go-oauth2-client?status.svg)](http://godoc.org/github.com/palantir/go-oauth2-client)

A golang client for requesting client credentials from an OAuth2 server. See the [OAuth2 client_credentials specification](https://www.oauth.com/oauth2-servers/access-tokens/client-credentials/#parameters) for details.

## License
This project is made available under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0).