pyeudiw.satosa.backends.openid4vp.endpoints package
Submodules
pyeudiw.satosa.backends.openid4vp.endpoints.get_response_endpoint module
- class pyeudiw.satosa.backends.openid4vp.endpoints.get_response_endpoint.GetResponseHandler(config: dict, internal_attributes: dict[str, dict[str, str | list[str]]], base_url: str, name: str, auth_callback_func: Callable[[Context, InternalData], Response], converter: AttributeMapper, trust_evaluator: CombinedTrustEvaluator)[source]
Bases:
BaseEndpoint- endpoint(context: Context) Redirect | Response[source]
This endpoint is called by the User-Agent/Wallet Instance after the authorization is done for retrieving the response.
- Parameters:
context (the context of current request) – the request context
- Returns:
a response containing the response
- Return type:
satosa.response.Response