GoogleCloudEventarcV1PipelineDestinationAuthenticationConfig class
Represents a config used to authenticate message requests.
Constructors
- GoogleCloudEventarcV1PipelineDestinationAuthenticationConfig.new({GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOidcToken? googleOidc, GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOAuthToken? oauthToken})
- GoogleCloudEventarcV1PipelineDestinationAuthenticationConfig.fromJson(Map json_)
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