diff --git a/src/google/adk/auth/oauth2_credential_fetcher.py b/src/google/adk/auth/oauth2_credential_fetcher.py index 1a8692417d..cbed70762b 100644 --- a/src/google/adk/auth/oauth2_credential_fetcher.py +++ b/src/google/adk/auth/oauth2_credential_fetcher.py @@ -20,6 +20,7 @@ from fastapi.openapi.models import OAuth2 +from ..utils.feature_decorator import experimental from .auth_credential import AuthCredential from .auth_schemes import AuthScheme from .auth_schemes import OAuthGrantType @@ -37,8 +38,9 @@ logger = logging.getLogger("google_adk." + __name__) +@experimental class OAuth2CredentialFetcher: - """Exchanges and refreshes an OAuth2 access token.""" + """Exchanges and refreshes an OAuth2 access token. (Experimental)""" def __init__( self,