type golang.org/x/oauth2/internal.Token
7 uses
golang.org/x/oauth2/internal (current package)
token.go#L33: type Token struct {
token.go#L188: func RetrieveToken(ctx context.Context, clientID, clientSecret, tokenURL string, v url.Values, authStyle AuthStyle) (*Token, error) {
token.go#L231: func doTokenRoundTrip(ctx context.Context, req *http.Request) (*Token, error) {
token.go#L248: var token *Token
token.go#L256: token = &Token{
token.go#L272: token = &Token{
golang.org/x/oauth2
token.go#L140: func tokenFromInternal(t *internal.Token) *Token {
![]() |
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. |