forked from Mirrors/oauth2
clientcredentials: update RFC doc link
Fixes golang/oauth2#211 Change-Id: I84a09ea933379420d49883c582aa4f6ede8de544 Reviewed-on: https://go-review.googlesource.com/38387 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
7374b3f1ec
commit
7fdf099824
|
@ -10,7 +10,7 @@
|
|||
// resources based on an authorization previously arranged with the authorization
|
||||
// server.
|
||||
//
|
||||
// See http://tools.ietf.org/html/draft-ietf-oauth-v2-31#section-4.4
|
||||
// See https://tools.ietf.org/html/rfc6749#section-4.4
|
||||
package clientcredentials // import "golang.org/x/oauth2/clientcredentials"
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue