docs: iam docstrings

Issue: #13
This commit is contained in:
Chris Milne 2026-05-28 13:22:24 +01:00
parent 0c1c9f62ee
commit 0e169af456
9 changed files with 36 additions and 40 deletions

View file

@ -1,7 +1,8 @@
"""
Module specific business logic for <this module>
Business logic reusable functions related to IAM
Exports service_key_dependency
Exports:
- service_key_dependency: bool: verifies request headers contain the correct api key for the service
"""
from typing import Annotated