ProviderAuthStatus(
self,
state: ProviderAuthState,
provider: str,
env_var: str | None| Name | Type | Description |
|---|---|---|
state* | ProviderAuthState | Provider auth state. |
provider* | str | Provider name. |
env_var | str | None | Default: NoneEnv var name associated with the state, when applicable. |
source | ProviderAuthSource | None | Default: None |
detail | str | None | Default: None |
| Name | Type |
|---|---|
| state | ProviderAuthState |
| provider | str |
| env_var | str | None |
| source | ProviderAuthSource | None |
| detail | str | None |
Credential readiness information for a provider.
For CONFIGURED states, where the credential value came
from. None for non-configured states or when the source is
not meaningful (e.g., implicit/managed auth).
Short user-facing context for selectors and logs.