fix: force bearer oauth for everything

Signed-off-by: Terry Howe <terrylhowe@gmail.com>
pull/30992/head
Terry Howe 3 months ago
parent 8e69436435
commit f55c462a79
No known key found for this signature in database

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

Loading…
Cancel
Save