type golang.org/x/oauth2/google.SDKConfig
6 uses
golang.org/x/oauth2/google (current package)
sdk.go#L43: type SDKConfig struct {
sdk.go#L54: func NewSDKConfig(account string) (*SDKConfig, error) {
sdk.go#L104: return &SDKConfig{
sdk.go#L128: func (c *SDKConfig) Client(ctx context.Context) *http.Client {
sdk.go#L141: func (c *SDKConfig) TokenSource(ctx context.Context) oauth2.TokenSource {
sdk.go#L146: func (c *SDKConfig) Scopes() []string {
 |
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. |