Skip to content

Commit 395a7c3

Browse files
vcert/v4/pkg: Expose API for refreshing the access token
1 parent c267d02 commit 395a7c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,6 @@ func getNewClientArguments(args []interface{}) (*newClientArgs, error) {
121121
// The returned connector will be authenticated by default, but it's possible to pass a bool argument to indicate if it's
122122
// desired to get the connector authenticated already or not.
123123
func NewClient(cfg *Config, args ...interface{}) (endpoint.Connector, error) {
124+
// temp comment
124125
return cfg.newClient(args)
125126
}

0 commit comments

Comments
 (0)