# Functions
NewCredentialParams creates a new credential parameters and fills it with values.
NewCredentialParamsFromConfig кetrieves a single CredentialParams from configuration parameters from "credential" section.
NewCredentialParamsFromMaps static method for creating a CredentialParams using the maps passed as parameters.
NewCredentialParamsFromString creates a new CredentialParams object filled with key-value pairs serialized as a string.
NewCredentialParamsFromTuples creates a new CredentialParams object filled with provided key-value pairs called tuples.
NewCredentialParamsFromTuplesArray static method for creating a CredentialParams from an array of tuples.
NewCredentialParamsFromValue method that creates a ConfigParams object based on the values that are stored in the 'value' object's properties.
NewCredentialResolver creates a new instance of credentials resolver.
NewDefaultCredentialStoreFactory create a new instance of the factory.
NewEmptyCredentialParams creates a new credential parameters and fills it with values.
NewEmptyCredentialResolver creates a new instance of credentials resolver.
NewEmptyMemoryCredentialStore creates a new instance of the credential store.
NewManyCredentialParamsFromConfig retrieves all CredentialParams from configuration parameters from "credentials" section.
NewMemoryCredentialStore creates a new instance of the credential store.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
MemoryCredentialStoreDescriptor Creates ICredentialStore components by their descriptors.
# Structs
CredentialParams contains credentials to authenticate against external services.
CredentialResolver helper class to retrieve component credentials.
MemoryCredentialStore Credential store that keeps credentials in memory.
# Interfaces
ICredentialStore Interface for credential stores which are used to store and lookup credentials to authenticate against external services.