fn invalid_grant_type(
err: &SendAccessTokenError,
) -> Option<&SendAccessTokenInvalidGrantError>Expand description
Same idea as invalid_request_type, but for the invalid_grant response shape (used to
detect an unknown Send id or an invalid password hash).