We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5d87b commit fa59cceCopy full SHA for fa59cce
auth/auth.go
@@ -1,3 +1,5 @@
1
+// Package auth package provides authentication-related interfaces and types.
2
+// It also includes a basic implementation of credentials using username and password.
3
package auth
4
5
// StreamingCredentialsProvider is an interface that defines the methods for a streaming credentials provider.
0 commit comments