Module config

Source
Expand description

Structures for the Parsec configuration file

Structs§

Admin
Structure defining the properties of a service admin
CoreSettings
Core settings
KeyInfoManagerConfig
KeyInfoManager configuration
ListenerConfig
Configuration of the Listener
ServiceConfig
Configuration of Parsec

Enums§

AuthenticatorConfig
Authenticator configuration structure
KeyInfoManagerType
Type of the KeyInfoManager
ListenerType
Type of the Listener used
ProviderConfig
Provider configuration structure For providers configs in Parsec config.toml we use a format similar to the one described in the Internally Tagged Enum representation where “provider_type” is the tag field. For details see: https://serde.rs/enum-representations.html