# Packages
No description provided by the author
# Functions
Create creates a new Credential.
Delete deletes a credential.
Extract a Credential returns a slice of Credentials contained in a single page of results.
Get retrieves details on a single user, by ID.
List enumerates the Credentials to which the current token has access.
Update modifies the attributes of a Credential.
# Structs
CreateOpts provides options used to create a credential.
CreateResult is the response from a Create operation.
Credential represents the Credential object.
a CredentialPage is a single page of a Credential results.
DeleteResult is the response from a Delete operation.
GetResult is the response from a Get operation.
ListOpts provides options to filter the List results.
UpdateOpts represents parameters to update a credential.
UpdateResult is the result of an Update request.
# Interfaces
CreateOptsBuilder allows extensions to add additional parameters to the Create request.
ListOptsBuilder allows extensions to add additional parameters to the List request.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.