Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/google/adk/auth/oauth2_credential_fetcher.py
Original file line number Diff line number Diff line change
@@ -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,