# Functions
FormatError takes the resty response and a possible resty err and tries to create an APIError with as much info as possible.
NewClient access the RBAC API via TLS.
# Structs
APIError represents an error response from the RBAC API.
AuthenticateRequest will hold the request needed for an authenticate.
AuthenticateResponse will hold the response from an authenticate.
Client for the RBAC API.
Permission represents an RBAC permission.
RequestKeys describes the keys used by the token endpoint.
Role represents an RBAC role.
Token is the returned auth token.
TokenRequest will hold the details needed by the /tokens endpoint.
User describes the user keys.