for now we support only Oauth2 as authentication method. We plan to add another authentication method like - https://github.com/googleapis/google-cloud-go/blob/master/bigtable/bigtable.go#L68 - https://godoc.org/google.golang.org/api/option - similar with `WithXXX` syntax. And also if I am going to keep my enthusiasm, I will support authentication method chain as fallback system.
for now we support only Oauth2 as authentication method.
We plan to add another authentication method like
WithXXXsyntax.And also if I am going to keep my enthusiasm, I will support authentication method chain as fallback system.