GoogleCloudEventarcV1PipelineDestinationAuthenticationConfig class

Represents a config used to authenticate message requests.

Properties

googleOidc GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOidcToken?
This authenticate method will apply Google OIDC tokens signed by a GCP service account to the requests.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
oauthToken GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOAuthToken?
If specified, an OAuth token will be generated and attached as an Authorization header in the HTTP request.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited