To execute but parse the response in an alternate way, use {@link #executeUnparsed()}.
Default implementation calls {@link #executeUnparsed()} and then parses using{@link TokenResponse}. Subclasses may override to change the return type, but must still call {@link #executeUnparsed()}.
@return parsed successful access token response @throws TokenResponseException for an error response
|
|
|
|
|
|