# Functions
LoadAuthInfo loads the authentication information from the file returning the correct type of AuthInfo concrete type.
NewBasicAuthInfo creates a new set of authentication information for HTTP basic authentication.
NewBasicAuthInfoFromXML creates a new set of authentication information for HTTP basic authentication from the XML accessible through the io.Reader.
NewOAuthToken creates a new set of authentication information for OAuth authentication.
NewOAuthTokenFromXML creates a new set of authentication information for OAuth authentication from the XML accessible through the io.Reader.
NewPrivateToken creates a new set of authentication information for private token or personal token authentication.
NewPrivateTokenFromXML creates a new set of authentication information for private token or personal token authentication from the XML accessible through the io.Reader.
# Variables
No description provided by the author
# Structs
BasicAuthInfo holds username and password used for HTTP basic authentication.
OAuthToken holds an OAuth access token.
PrivateToken holds a private or personal access token.
# Interfaces
Interface implemented by types that return information used for authentication.