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