-disconnectWithCompletion: sends the revocation request over GET, because startFetchURL: builds an NSMutableURLRequest without setting HTTPMethod.
Our documentation (mobile) says to use a POST request; and RFC 7009 section 2.1 specifies a POST carrying the token in a form-encoded body.
-disconnectWithCompletion: sends the revocation request over GET, because startFetchURL: builds an NSMutableURLRequest without setting HTTPMethod.
Our documentation (mobile) says to use a POST request; and RFC 7009 section 2.1 specifies a POST carrying the token in a form-encoded body.