golang.org/x/oauth2/internal.Token.RefreshToken (field)
6 uses
golang.org/x/oauth2/internal (current package)
token.go#L45: RefreshToken string
token.go#L225: if token != nil && token.RefreshToken == "" {
token.go#L226: token.RefreshToken = v.Get("refresh_token")
token.go#L259: RefreshToken: vals.Get("refresh_token"),
token.go#L275: RefreshToken: tj.RefreshToken,
golang.org/x/oauth2
token.go#L147: RefreshToken: t.RefreshToken,
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |