CallbackResource class
Constructors
- CallbackResource(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
generateToken(
{String? code, String? gcpProjectId, String? product, String? redirectUri, String? state, String? $fields}) → Future< GoogleCloudIntegrationsV1alphaGenerateTokenResponse> - Receives the auth code and auth config id to combine that with the client id and secret to retrieve access tokens from the token endpoint.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited