Class SecretBased (0.1.0)

SecretBased(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The name of the secret containing the access token. Represents secret-based OAuth credentials.

Attributes

Name Description
client_id str
Required. An OAuth client ID.
client_secret str
Required. An OAuth client secret.