package
1.1.2
Repository: https://github.com/plgd-dev/cloud.git
Documentation: pkg.go.dev

# Constants

AuthStyleAutoDetect means to auto-detect which authentication style the provider wants by trying both ways and caching the successful way for the future.
AuthStyleInHeader sends the client_id and client_password using HTTP Basic Authorization.
AuthStyleInParams sends the "client_id" and "client_secret" in the POST body as application/x-www-form-urlencoded parameters.

# Structs

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author