GoogleCloudAgentidentitycredentialsV1RetrieveCredentialsResponse class
Response message for RetrieveCredentials.
Contains the access tokens and related artifacts.
Constructors
- GoogleCloudAgentidentitycredentialsV1RetrieveCredentialsResponse({GoogleCloudAgentidentitycredentialsV1ConsentRejected? consentRejected, GoogleCloudAgentidentitycredentialsV1Pending? pending, GoogleCloudAgentidentitycredentialsV1Success? success, GoogleCloudAgentidentitycredentialsV1UriConsentRequired? uriConsentRequired})
- GoogleCloudAgentidentitycredentialsV1RetrieveCredentialsResponse.fromJson(Map json_)
Properties
- consentRejected ↔ GoogleCloudAgentidentitycredentialsV1ConsentRejected?
-
Message indicating consent was rejected.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pending ↔ GoogleCloudAgentidentitycredentialsV1ConsentRejected?
-
Message indicating credential retrieval is pending.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- success ↔ GoogleCloudAgentidentitycredentialsV1Success?
-
Message indicating credentials were successfully retrieved.
getter/setter pair
- uriConsentRequired ↔ GoogleCloudAgentidentitycredentialsV1UriConsentRequired?
-
Message indicating URI-based consent is required.
getter/setter pair
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