Click or drag to resize

HoarderConfiguration Methods

The HoarderConfiguration type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a shallow clone of the configuration (which is sufficient).
Public methodGetRolesForKey Gets the role names that are assigned to an API Key.
Public methodStatic memberLoadAsync Deserializes the Hoarder configuration values from a JSON document at a specified local or remote Uri. Some 'secret' values in the config document may be overriden by environment variables with the same name as the properties, which is useful in testing. Top-level apps using the Hoarder web service will typically call this method very early in app lifetime so the configuration values are loaded.
Top
See Also