services/pod/pod_auth library

POD authentication utilities for GeoPod.

Provides access to authentication tokens and user information without depending on solidpod's complex encryption system.

Copyright (C) 2025, Software Innovation Institute, ANU.

Licensed under the GNU General Public License, Version 3 (the "License").

License: https://opensource.org/license/gpl-3-0.

Classes

PodAuth
Provides authentication utilities for POD access.

Typedefs

TokenPair = ({String accessToken, String dPopToken})
Authentication token pair for POD requests.