AgenticUserTokenProviderProtocol Class
Optional named capability for acquiring agentic user-scoped tokens.
Constructor
AgenticUserTokenProviderProtocol(*args, **kwargs)
Methods
| get_agentic_user_token |
get_agentic_user_token
get_agentic_user_token(scope: str, agentic_app_id: str, agentic_user_id: str, tenant_id: str | None) -> str | TokenProtocol | None | Awaitable[str | TokenProtocol | None]
Parameters
| Name | Description |
|---|---|
|
scope
Required
|
|
|
agentic_app_id
Required
|
|
|
agentic_user_id
Required
|
|
|
tenant_id
Required
|
|