# Functions

NewUsernamePasswordCredentials returns UsernamePassWordCredentials with the given parameters.

# Structs

BaseCredentials is base implementation for Credentials interface.
UsernamePasswordCredentials is a simple implementation of Credentials using username and password as security attributes.

# Interfaces

Credentials is a container object for endpoint (Members and Clients) security attributes.