authentication
autogen.tools.experimental.google.authentication.GoogleCredentialsLocalProvider
GoogleCredentialsLocalProvider
A protocol for Google credentials provider.
A Google credentials provider that gets the credentials locally.
Name | Description |
---|---|
client_secret_file | Type: str |
scopes | Type: list[str] |
token_file | Type: str | None Default: None |
port | Type: int Default: 8080 |
Instance Attributes
host
Localhost is the default host.
port
The port from which to get the credentials.
Instance Methods
get_credentials
Get the Google credentials.