TokenRevocationResponseExtension extension

The fields that are contained in the TokenRevocationResponse object.

on

Properties

error String?

Available on TokenRevocationResponse, provided by the TokenRevocationResponseExtension extension

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?

Available on TokenRevocationResponse, provided by the TokenRevocationResponseExtension extension

The description of the error.
no setter
successful bool

Available on TokenRevocationResponse, provided by the TokenRevocationResponseExtension extension

This field is a boolean value set to true if the revoke method call succeeded or false on failure.
no setter