fix: force bearer oauth for everything

Signed-off-by: Terry Howe <terrylhowe@gmail.com>
pull/31153/head
Terry Howe 3 months ago
parent 1edd3e992b
commit e9a183689a
No known key found for this signature in database

@ -156,6 +156,7 @@ func NewClient(options ...ClientOption) (*Client, error) {
authorizer.Cache = auth.NewCache()
}
authorizer.ForceAttemptOAuth2 = true
client.authorizer = &authorizer
}

Loading…
Cancel
Save