Fix import

This commit is contained in:
Heitor Carvalho
2025-05-21 16:13:40 -03:00
parent 08951b9440
commit a16adcd8d5

View File

@@ -10,7 +10,12 @@ import requests
from cryptography.fernet import Fernet
from jwt import PyJWKClient
from .constants import WORKOS_CLIENT_ID, WORKOS_DOMAIN, WORKOS_ENVIRONMENT_ID
from .constants import (
WORKOS_CLIENT_ID,
WORKOS_DOMAIN,
WORKOS_ENVIRONMENT_ID,
WORKOS_TOKEN_URL,
)
def get_auth_token_with_refresh_token(refresh_token: str) -> dict: