google.golang.org/api/internal.DialSettings.NoAuth (field)
6 uses
google.golang.org/api/internal (current package)
settings.go#L38: NoAuth bool
settings.go#L57: if ds.NoAuth && hasCreds {
google.golang.org/api/idtoken
idtoken.go#L40: if ds.NoAuth {
google.golang.org/api/option
option.go#L196: func (w withoutAuthentication) Apply(o *internal.DialSettings) { o.NoAuth = true }
google.golang.org/api/transport/grpc
dial.go#L118: } else if !o.NoAuth {
google.golang.org/api/transport/http
dial.go#L86: case settings.NoAuth:
![]() |
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. |