Skip to content

Commit ea42700

Browse files
authored
feat(datastore): Enable new auth library (googleapis#13318)
b/457924630
1 parent 4865868 commit ea42700

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datastore/datastore.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ func NewClientWithDatabase(ctx context.Context, projectID, databaseID string, op
122122
internaloption.WithDefaultEndpointTemplate(prodEndpointTemplate),
123123
internaloption.WithDefaultUniverseDomain(prodUniverseDomain),
124124
internaloption.WithDefaultMTLSEndpoint(prodMtlsAddr),
125+
internaloption.EnableNewAuthLibrary(),
125126
option.WithScopes(ScopeDatastore),
126127
option.WithUserAgent(userAgent),
127128
}

0 commit comments

Comments
 (0)