pyeudiw.satosa.frontends.openid4vci.tools package
Submodules
pyeudiw.satosa.frontends.openid4vci.tools.config module
- class pyeudiw.satosa.frontends.openid4vci.tools.config.Openid4VciFrontendConfigUtils(config: Any)[source]
Bases:
objectUtility class to simplify access to OpenID4VCI frontend configuration data.
This class wraps the frontend configuration and exposes convenient methods to retrieve JWT settings, OAuth authorization server metadata, OpenID credential issuer metadata, and supported credential configurations.
- Args:
- config (Any): The configuration object or dictionary.
If not already an instance of PyeudiwFrontendConfig, it will be parsed into one.