from medera import MederaAuth auth = MederaAuth(client_id=os.environ["MEDERA_CLIENT_ID"], client_secret=os.environ["MEDERA_CLIENT_SECRET"], audience="api.medera.info",)
``` Token refresh happens automatically.
Authentication
Python SDK — Authentication
Authentication methods