зеркало из https://github.com/golang/oauth2.git
oauth2: fix typo
This commit is contained in:
Родитель
b177c21ac9
Коммит
5acbebb81b
|
@ -140,7 +140,7 @@ func SetAuthURLParam(key, value string) AuthCodeOption {
|
|||
//
|
||||
// State is a token to protect the user from CSRF attacks. You must
|
||||
// always provide a non-empty string and validate that it matches the
|
||||
// the state query parameter on your redirect callback.
|
||||
// state query parameter on your redirect callback.
|
||||
// See http://tools.ietf.org/html/rfc6749#section-10.12 for more info.
|
||||
//
|
||||
// Opts may include AccessTypeOnline or AccessTypeOffline, as well
|
||||
|
|
Загрузка…
Ссылка в новой задаче