aeat.application.auth._actions module¶
Application services for AEAT auth readiness.
update_auth() rewrites the workflow state’s AuthState snapshot
after provider configuration, authentication, or subject updates.
- update_auth(state, *, provider=None, certificate_path=None, authenticated=None, subject=None)[source]¶
Update local auth readiness state.
Returns a
WorkflowState.- Return type:
- Parameters:
state (WorkflowState)
provider (str | None)
certificate_path (str | None)
authenticated (bool | None)
subject (str | None)