golang.org/x/oauth2.Token.TokenType (field)
11 uses
golang.org/x/oauth2 (current package)
token.go#L38: TokenType string `json:"token_type,omitempty"`
token.go#L59: if strings.EqualFold(t.TokenType, "bearer") {
token.go#L62: if strings.EqualFold(t.TokenType, "mac") {
token.go#L65: if strings.EqualFold(t.TokenType, "basic") {
token.go#L68: if t.TokenType != "" {
token.go#L69: return t.TokenType
token.go#L146: TokenType: t.TokenType,
golang.org/x/oauth2/google
google.go#L199: TokenType: res.TokenType,
jwt.go#L73: return &oauth2.Token{AccessToken: msg, TokenType: "Bearer", Expiry: exp}, nil
golang.org/x/oauth2/jwt
jwt.go#L161: TokenType: tokenRes.TokenType,
google.golang.org/api/idtoken
compute.go#L52: TokenType: "bearer",
 |
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. |