TokenRevocationResponse extension type
The parameter passed to the callback
of the revoke
function.
Data type: RevocationResponse https://developers.google.com/identity/oauth2/web/reference/js-reference#TokenResponse
- on
- Implemented types
- Available extensions
Properties
- error → String?
-
This field is a string value and contains a detailed error message if the
revoke method call failed, it is undefined on success.
no setter
- error_description → String?
-
The description of the error.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- successful → bool
-
This field is a boolean value set to true if the revoke method call
succeeded or false on failure.
no setter
Methods
-
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