# Functions
ParseAccessTokenResponse parses an RFC6749 access token response and returns either an `*oauth2.Token` on success, an `*ErrorTokenResponse` on failure, or any other error if the response cannot be parsed.
# Structs
ErrorTokenResponse represents an RFC6749 access token error response.