GoogleCredentialsProvider

GoogleCredentialsProvider(*args, **kwargs)

A protocol for Google credentials provider.

Parameters:
NameDescription
*args
**kwargs

Instance Attributes

host


The host from which to get the credentials.

port


The port from which to get the credentials.

Instance Methods

get_credentials

get_credentials(self) -> Credentials | None

Get the Google credentials.