According to the draft rfc for revocation:
"If the server is unable to locate the token using the given hint, it MUST extend its search across all of its supported token types."
The current implementation doesn't follow this, if a valid hint is provided and no token of that type is found, then the search doesn't extend to the other type.