Categorygithub.com/joefitzgerald/passwordcredentials
modulepackage
0.2.0
Repository: https://github.com/joefitzgerald/passwordcredentials.git
Documentation: pkg.go.dev

# README

Password Credentials Token Source

A golang.org/x/oauth2 client for the passwordcredentials OAuth 2.0 flow.

This package is extracted from https://github.com/golang/oauth2/issues/186. When the passwordcredentials token source is included in the standard library, this package will be archived and you should switch to use the standard library implementation.

# Functions

No description provided by the author

# Structs

Config describes a Resource Owner Password Credentials OAuth2 flow, with the client application information, resource owner credentials and the server's endpoint URLs.