RBAC username/password for authenticating to an Analytics cluster. For a JSON Web Token instead, see JwtCredential.
Constructs a Credential for an RBAC username and password. The SDK sends Authorization: Basic <base64(user:pass)> on every request.
Authorization: Basic <base64(user:pass)>
The username to authenticate with.
The password to authenticate with.
Readonly
RBAC username/password for authenticating to an Analytics cluster. For a JSON Web Token instead, see JwtCredential.